[PATCH] D126349: [TableGen] Remove code beads
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 29 19:19:11 PDT 2022
myhsu added inline comments.
================
Comment at: llvm/test/CodeGen/M68k/is-pcrel-register-operand-legal.mir:5
+name: is-pcrel-register-operand-legal
+tracksRegLiveness: true
+fixedStack:
----------------
I think this can be shorter. Could you try the code block I posted in the previous comment? (except the comment style for CHECK, it should be ';'). Note that `-start-after=prologepilog` is the key. Also please use `-mtriple` rather than `-march` for consistency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126349/new/
https://reviews.llvm.org/D126349
More information about the llvm-commits
mailing list