This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9099160b879 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions new fa7848b1a02 [X86] condition branches folding for three-way conditional codes
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