[PATCH] D130834: [RISC-V] add more tests for analyzeBranch with zero-comparison. NFC
YingChi Long via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 31 00:30:15 PDT 2022
inclyc added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/analyze-branch.ll:15
-define void @test_bcc_fallthrough_taken(i32 %in) nounwind {
-; RV32I-LABEL: test_bcc_fallthrough_taken:
+define void @test_beq_fallthrough_taken(i32 %in) nounwind {
+; RV32I-LABEL: test_beq_fallthrough_taken:
----------------
In previous versions, the name of this function seemed to be derived from the test file of AAarch64 (see https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/AArch64/analyze-branch.ll). In order to make the meaning of this test file more concise and understandable, I changed this to `beq`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130834/new/
https://reviews.llvm.org/D130834
More information about the llvm-commits
mailing list