This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe584de3052 [FPEnv] PatternMatcher support for checking FNEG ignoring s [...] new c97898e7653 Recommit r343993: [X86] condition branches folding for thre [...]
The 1 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 +++++++++++ 9 files changed, 947 insertions(+) create mode 100644 lib/Target/X86/X86CondBrFolding.cpp create mode 100644 test/CodeGen/X86/condbr_if.ll create mode 100644 test/CodeGen/X86/condbr_switch.ll