[PATCH] D134599: [RISCV] Readjusting the framestack for Zcmp
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 21 22:52:33 PDT 2023
fakepaper56 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.td:189-190
+ (sequence "X%u", 8, 9),
+ (sequence "X%u", 18, 25),
+ (sequence "X%u", 26, 27),
+ X1
----------------
Fold the two lines to (sequence "X%u", 18, 27) ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134599/new/
https://reviews.llvm.org/D134599
More information about the llvm-commits
mailing list