[all-commits] [llvm/llvm-project] 66790b: [RISCV] Rename some variables for clarity. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jul 4 23:27:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66790b70ea14be034c0bbf961ffeb3237d94bfaf
https://github.com/llvm/llvm-project/commit/66790b70ea14be034c0bbf961ffeb3237d94bfaf
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[RISCV] Rename some variables for clarity. NFC
Commit: f27672924e369fc4c6a2f0fe31502e5a1a2ec593
https://github.com/llvm/llvm-project/commit/f27672924e369fc4c6a2f0fe31502e5a1a2ec593
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[RISCV] Replace an explicit check with an assert.
Shift amounts should never be 0 or more than bitwidth - 1.
Compare: https://github.com/llvm/llvm-project/compare/4996e3f68315...f27672924e36
More information about the All-commits
mailing list