[PATCH] D106000: [NFC] X86: Annotate sibcall test

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 14:12:06 PDT 2021


xbolva00 added inline comments.


================
Comment at: llvm/test/CodeGen/X86/sibcall.ll:9
 define dso_local void @t1(i32 %x) nounwind ssp {
+  tail call void @foo() nounwind
+  ret void
----------------
Looks like it was not regenerated by update_llc_test_checks.py.


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

https://reviews.llvm.org/D106000



More information about the llvm-commits mailing list