[PATCH] D148346: [AArch64][FastISel] Handle call with multiple return regs
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 10:35:42 PDT 2023
efriedma added a comment.
Can you verify this bails out correctly for a function that returns `{i64, i64, i64, i64, i64, i64, i64, i64, i64, i64}`?
================
Comment at: llvm/test/CodeGen/AArch64/fast-isel-call-struct-return.ll:7
+
+; STDERR-NOT: FastISel missed call
+
----------------
I don't usually like CHECK-NOT checks... is there some other way you could verify this? (Maybe use "-stats" output?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148346/new/
https://reviews.llvm.org/D148346
More information about the llvm-commits
mailing list