[all-commits] [llvm/llvm-project] b09e54: [RISCV] Use template version of SignExtend64 for c...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri May 27 13:11:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b09e54541a926a62c5379086ab1a710508ef518e
https://github.com/llvm/llvm-project/commit/b09e54541a926a62c5379086ab1a710508ef518e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Use template version of SignExtend64 for constant extends. NFC
We were inconsistent about which one we used.
More information about the All-commits
mailing list