[PATCH] D132839: [RISCV] Optimization for using compressed beqz and bnez PR#56391
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 12:47:04 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/compress-opt-branch.ll:35
+
+; COM: constant is small and fit in 6 bit (compress imm)
+; RV32IFDC-LABEL: <f_small_pos>:
----------------
COM isn't a general comment mechanism. It's supposed to be used to temporarily replace a CHECK prefix. Use a regular IR comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132839/new/
https://reviews.llvm.org/D132839
More information about the llvm-commits
mailing list