[PATCH] D155589: [NFC][AMDGPULowerModuleLDSPass] Use shorter APIs in markUsedByKernel
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 06:10:50 PDT 2023
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp:303
+ Builder.CreateCall(
+ Decl, {}, {OperandBundleDefT<Value *>("ExplicitUse", UseInstance)}, "");
}
----------------
Don't need `, ""`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155589/new/
https://reviews.llvm.org/D155589
More information about the llvm-commits
mailing list