[all-commits] [llvm/llvm-project] 32cfaf: [RISCV] Verify VL operand on instructions if present
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Sep 15 13:07:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32cfafddb1c584dc94f0e9943f7a550b8e9b08a0
https://github.com/llvm/llvm-project/commit/32cfafddb1c584dc94f0e9943f7a550b8e9b08a0
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
Log Message:
-----------
[RISCV] Verify VL operand on instructions if present
These should only be immediate values or GPR registers.
Differential Revision: https://reviews.llvm.org/D133953
Commit: fdff1bb10337fede736c6f8e858d93f2a8c86d1a
https://github.com/llvm/llvm-project/commit/fdff1bb10337fede736c6f8e858d93f2a8c86d1a
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
Log Message:
-----------
[RISCV] Verify merge operand is tied properly
Differential Revision: https://reviews.llvm.org/D133957
Compare: https://github.com/llvm/llvm-project/compare/fbdea5a2e916...fdff1bb10337
More information about the All-commits
mailing list