diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-03-30 22:33:37 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2025-03-30 22:38:26 -0700 |
commit | 6fb674174ecc1d27b0d303c89c666d949f7afee5 (patch) | |
tree | 5856c363dd7ccdbb4220bb6776eb7bf513ee0fc6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c6b3fd799962577488a0ecbdac806f4753e14d3c (diff) | |
download | llvm-6fb674174ecc1d27b0d303c89c666d949f7afee5.zip llvm-6fb674174ecc1d27b0d303c89c666d949f7afee5.tar.gz llvm-6fb674174ecc1d27b0d303c89c666d949f7afee5.tar.bz2 |
[RISCV] Fix the operand types for shift instructions in RISCVInstrInfoSFB.td. NFC
Due to a copy paste mistake we used simm12 instead of the correct
type. This doesn't matter in practice because we only generate these
instructions with C++ code and we expand them before the AsmPrinter.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions