This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99a8ae2d400 [Hexagon] Only process bitcasts of vsplats when selecting c [...] new e1ec36c55a0 [X86] Avoid using high register trick for test instruction new 734066da24d [Hexagon] Handle BUILD_VECTOR from undef values in buildHvx [...]
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/Hexagon/HexagonISelLoweringHVX.cpp | 5 ++- lib/Target/X86/X86ISelDAGToDAG.cpp | 25 --------------- lib/Target/X86/X86InstrArithmetic.td | 8 ----- lib/Target/X86/X86InstrInfo.cpp | 3 -- lib/Target/X86/X86MacroFusion.cpp | 1 - test/CodeGen/Hexagon/autohvx/isel-build-undef.ll | 39 ++++++++++++++++++++++++ test/CodeGen/X86/testb-je-fusion.ll | 3 +- test/CodeGen/X86/vastart-defs-eflags.ll | 9 ++---- 8 files changed, 47 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-build-undef.ll