[PATCH] D158256: [RISCV] Fix assertion failure when zcmp extension is enabled.
garvit gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 03:03:43 PDT 2023
garvitgupta08 marked 2 inline comments as done.
garvitgupta08 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/prolog-epilog-crash.mir:7
+--- |
+ define hidden void @f(fp128 %a) local_unnamed_addr #0 {
+ entry:
----------------
garvitgupta08 wrote:
> jrtc27 wrote:
> > Is the IR actually needed?
> Yes, I think that is how it has been done what other mir unit test cases. Besides it would help to see the .ll file from which the mir testcase is generated.
There is a typo - //for// other mir unit testcases.
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