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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 09:47:41 PDT 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/nomerge.ll:50
 
+define void @foo_tail(i1 %i) {
+; CHECK-LABEL: foo_tail:
----------------
zequanwu wrote:
> jrtc27 wrote:
> > Precommit all these?
> Can you elaborate on what does precommit mean? Do you mean commit on foo_tail functions without CHECKs before this patch?
Commit the tests with CHECK lines generated from the compiler without this codegen change applied


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