This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d62ddc13c3 [RISCV] Introduce codegen patterns for instructions introdu [...] new 7d91084cf75 [NFC] Simplify and reduce tests for PR39783 new 392b2c89432 [TargetLowering][RISCV] Introduce isSExtCheaperThanZExt hoo [...]
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: include/llvm/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 18 ++- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 14 +++ lib/Target/RISCV/RISCVISelLowering.cpp | 4 + lib/Target/RISCV/RISCVISelLowering.h | 1 + test/CodeGen/RISCV/alu32.ll | 9 +- test/Transforms/LoopSimplifyCFG/pr39783.ll | 111 +++++++++++++++++ test/Transforms/LoopSimplifyCFG/pr39783_1.ll | 134 -------------------- test/Transforms/LoopSimplifyCFG/pr39783_2.ll | 145 ---------------------- 9 files changed, 147 insertions(+), 295 deletions(-) create mode 100644 test/Transforms/LoopSimplifyCFG/pr39783.ll delete mode 100644 test/Transforms/LoopSimplifyCFG/pr39783_1.ll delete mode 100644 test/Transforms/LoopSimplifyCFG/pr39783_2.ll