This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbbab5a6b01 [InstCombine] eliminate commuted select-shuffles + binop (PR41304) new 6c96df59082 [X86] Make post-ra scheduling macrofusion-aware. new 75216a6dbcf [InstCombine] Handle vector gep with scalar argument in eva [...]
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/X86Subtarget.cpp | 6 ++++++ lib/Target/X86/X86Subtarget.h | 3 +++ lib/Transforms/InstCombine/InstCombineVectorOps.cpp | 9 ++++++++- test/CodeGen/X86/testb-je-fusion.ll | 4 ++-- test/Transforms/InstCombine/vec_gep_scalar_arg.ll | 16 ++++++++++++++++ 5 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/InstCombine/vec_gep_scalar_arg.ll