[PATCH] D158256: [RISCV] Fix assertion failure when zcmp extension is enabled.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 15:12:22 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/prolog-epilog-crash.mir:31
+
+  attributes #0 = { "target-features"="+zcmp" }
+
----------------
This attribute shouldn't be needed since it is on the command line.


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