[PATCH] D132006: [LoongArch] Supports brcond with 21 bit offsets
Gong LingQin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 20:24:59 PDT 2022
gonglingqin added inline comments.
================
Comment at: llvm/test/CodeGen/LoongArch/bnez-beqz.ll:7
+
+define void @icmp_eq_i32(i32 signext %0) nounwind {
+; LA32-LABEL: icmp_eq_i32:
----------------
xen0n wrote:
> Isn't the "testcase name" misleading? It certainly is meant to exercise the `bnez` pattern with i32 icmp, so it could be better to name it `bnez_i32` instead.
>
> Same with other cases.
Thanks, I will change that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132006/new/
https://reviews.llvm.org/D132006
More information about the llvm-commits
mailing list