[PATCH] D158246: [amdgpu] WIP variadics
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 21:31:25 PDT 2023
JonChesterfield added inline comments.
================
Comment at: llvm/lib/CodeGen/ExpandVAIntrinsics.cpp:159
+ // conventions. Escape analysis on va_list values.
+ return false;
+ }
----------------
Cut this from the WIP patch as the draft is noisy. Ran some tests through x64 with a patched clang locally, expanding functions that pass that precondition and leaving others unchanged.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158246/new/
https://reviews.llvm.org/D158246
More information about the cfe-commits
mailing list