This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb0def446ff [SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander new 0761a60a588 [SelectionDAG] Use report_fatal_error instead of llvm_unrea [...] new 7ddaab8764f [X86] Update TTI to report that v1iX/v1fX types aren't lega [...] new 63a88618968 [IRCE] Fix SCEVExpander's usage in IRCE
The 3 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/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +- lib/Target/X86/X86TargetTransformInfo.cpp | 12 +- .../Scalar/InductiveRangeCheckElimination.cpp | 14 +++ test/CodeGen/X86/masked_gather_scatter.ll | 76 ++++++++++++ test/CodeGen/X86/masked_memop.ll | 80 ++++++++++++ test/Transforms/IRCE/bad_expander.ll | 135 +++++++++++++++++++++ 6 files changed, 317 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/IRCE/bad_expander.ll