This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 780daee51ea [DAGCombiner] simplify code for fmul with constant fold; NFCI new f2c7cc4b649 [X86] Revert r343993 condition branches folding for three-w [...] new 9a29a011554 [DebugInfo] Fix debug information label tests
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/CMakeLists.txt | 1 - lib/Target/X86/X86.h | 3 - lib/Target/X86/X86.td | 7 - lib/Target/X86/X86CondBrFolding.cpp | 579 --------------------------- lib/Target/X86/X86Subtarget.h | 4 - lib/Target/X86/X86TargetMachine.cpp | 7 - test/CodeGen/X86/O3-pipeline.ll | 1 - test/CodeGen/X86/condbr_if.ll | 178 -------- test/CodeGen/X86/condbr_switch.ll | 167 -------- test/DebugInfo/Generic/debug-label-inline.ll | 2 +- test/DebugInfo/Generic/debug-label.ll | 4 +- 11 files changed, 3 insertions(+), 950 deletions(-) delete mode 100644 lib/Target/X86/X86CondBrFolding.cpp delete mode 100644 test/CodeGen/X86/condbr_if.ll delete mode 100644 test/CodeGen/X86/condbr_switch.ll