This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be7124c LiveIntervalAnalysis: fix a crash in repairOldRegInRange new 9c0625f [IndVarSimplify] Eliminate zext of a signed IV when the IV is [...] new 944f969 [x86, AVX] allow FP vector select folding to bitwise logic op [...]
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/X86ISelLowering.cpp | 14 ++-- lib/Transforms/Scalar/IndVarSimplify.cpp | 9 ++- test/CodeGen/X86/avx512-cvt.ll | 7 +- test/CodeGen/X86/select-with-and-or.ll | 27 +++---- .../Transforms/IndVarSimplify/iv-widen-elim-ext.ll | 82 ++++++++++++++++++++++ 5 files changed, 110 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/IndVarSimplify/iv-widen-elim-ext.ll