[PATCH] D132839: [RISCV] Optimization for using compressed beqz and bnez PR#56391

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 19:47:16 PDT 2022


liaolucy added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/compress-opt-branch.ll:5
+; choosen.
+;
+; RUN: cat %s | sed 's/CMPCOND/eq/g' | sed 's/RESBRNORMAL/bne/g' | \
----------------
The testcase should be updated with this script, https://github.com/llvm/llvm-project/blob/main/llvm/utils/update_llc_test_checks.py. ignore if already used


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