[all-commits] [llvm/llvm-project] a42e21: [RISCV] Refactor for costs of integer min/max
LiqinWeng via All-commits
all-commits at lists.llvm.org
Sun Aug 28 19:44:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a42e21deb8918b66fb03a9ba6692b0150dc54c94
https://github.com/llvm/llvm-project/commit/a42e21deb8918b66fb03a9ba6692b0150dc54c94
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2022-08-29 (Mon, 29 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
Log Message:
-----------
[RISCV] Refactor for costs of integer min/max
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D132724
Commit: 6fdd62c98da0707b66ecd245788f8d85be8bcb71
https://github.com/llvm/llvm-project/commit/6fdd62c98da0707b66ecd245788f8d85be8bcb71
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2022-08-29 (Mon, 29 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
Log Message:
-----------
[RISCV] Remove unused code
Reviewed By: benshi001
Differential Revision: https://reviews.llvm.org/D132281
Compare: https://github.com/llvm/llvm-project/compare/bab04bf72b53...6fdd62c98da0
More information about the All-commits
mailing list