[PATCH] D88325: IR: Reject unsized sret in verifier
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 09:50:08 PST 2022
efriedma added a comment.
What do we use the sret type for, anyway? I tried looking around, but the only actual use I can find is Value::getPointerAlignment. (SelectionDAG stores the type, but doesn't actually use it for anything, as far as I can tell. And I'm not seeing any other usage.) We should probably consider just dropping the type from sret.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88325/new/
https://reviews.llvm.org/D88325
More information about the llvm-commits
mailing list