This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0eac613a76 [MCA][Bottleneck Analysis] Teach how to compute a critical [...] new b3213c121e2 [RISCV] Add RISCV-specific TargetTransformInfo
The 1 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/RISCV/CMakeLists.txt | 1 + lib/Target/RISCV/LLVMBuild.txt | 2 +- lib/Target/RISCV/RISCVTargetMachine.cpp | 9 ++- lib/Target/RISCV/RISCVTargetMachine.h | 2 + lib/Target/RISCV/RISCVTargetTransformInfo.cpp | 90 ++++++++++++++++++++++ lib/Target/RISCV/RISCVTargetTransformInfo.h | 52 +++++++++++++ test/CodeGen/RISCV/imm-cse.ll | 22 +++--- .../ConstantHoisting/RISCV/immediates.ll | 29 +++++++ .../ConstantHoisting}/RISCV/lit.local.cfg | 2 +- 9 files changed, 195 insertions(+), 14 deletions(-) create mode 100644 lib/Target/RISCV/RISCVTargetTransformInfo.cpp create mode 100644 lib/Target/RISCV/RISCVTargetTransformInfo.h create mode 100644 test/Transforms/ConstantHoisting/RISCV/immediates.ll copy test/{Analysis/CostModel => Transforms/ConstantHoisting}/RISCV/lit.local.cfg (56%)