[PATCH] D158579: [AMDGPU] Add DAG ISel support for preloaded kernel arguments
Brendon Cahoon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 15:29:51 PDT 2023
bcahoon accepted this revision.
bcahoon added a comment.
This revision is now accepted and ready to land.
Looks good to me. I also tried some additional tests and they also worked as expected.
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:2311
+ SIMachineFunctionInfo &Info) const {
+ // Allways allocate this last since it is a synthetic preload.
if (Info.hasLDSKernelId()) {
----------------
Always
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158579/new/
https://reviews.llvm.org/D158579
More information about the llvm-commits
mailing list