[PATCH] D158256: [RISCV] Fix assertion failure when zcmp extension is enabled.
Anmol P. Paralkar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 19:22:53 PDT 2023
anmolparalkar-nxp added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/zcmp-prolog-epilog-crash.ll:15
+define hidden void @f0() local_unnamed_addr {
+; RV32I-LABEL: f0: # @f0
+; RV32I: .cfi_startproc
----------------
Jim wrote:
> Does it have any difference of codegen between RV32 and RV64? Can we use the same check-prefixes?
No difference in codegen between RV32 and RV64; yes, agreed on the same check-prefixes. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158256/new/
https://reviews.llvm.org/D158256
More information about the llvm-commits
mailing list