[PATCH] D146749: [CodeGen] Fix nomerge attribute not working in tail calls.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 09:25:17 PDT 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/nomerge.ll:43
 
-define void @foo_tail(i1 %i) nounwind {
+define void @foo_tail(i1 %i) nounwind{
 ; CHECK-LABEL: foo_tail:
----------------
?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146749/new/

https://reviews.llvm.org/D146749



More information about the llvm-commits mailing list