[PATCH] D126349: [TableGen] Remove code beads

Sheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 29 20:09:35 PDT 2022


0x59616e 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:
----------------
myhsu wrote:
> 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.
Oh sorry, I didn't notice the `-start-after=prologepilog`. 


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