[PATCH] D113157: [tests][X86] Merge call-structfp.ll with x32-function_pointer-3.ll
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 19:13:03 PDT 2021
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/X86/x32-function_pointer-3.ll:34
+declare { i64, void ()* } @pr52357.a()
+define void @pr52357.b() {
+; CHECK-LABEL: pr52357.b:
----------------
add nounwind to remove `.cfi_*` noise. Then consider using more `CHECK-NEXT`
Maybe consider regenerating the CHECK patterns with `update_llc_test_checks.py`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113157/new/
https://reviews.llvm.org/D113157
More information about the llvm-commits
mailing list