[PATCH] D132625: [RISCV][test][NFC] Update branch-relaxation.ll with update_llc_test_checks.py

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 01:33:40 PDT 2022


luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/test/CodeGen/RISCV/branch-relaxation.ll:81-84
+; For functions whose names contain 32, only the CHECK-RV32 lines are
+; meaningful, and for functions whose names contain 64, only the CHECK-RV64
+; lines are meaningful. This is intended to easily update tests using
+; update_llc_test_checks.py.
----------------
Nit: remove the last sentence.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132625/new/

https://reviews.llvm.org/D132625



More information about the llvm-commits mailing list