[PATCH] D117057: [AMDGPU] Annotate functions with inline asm using agprs
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 15:03:36 PST 2022
rampitec added a comment.
In D117057#3235626 <https://reviews.llvm.org/D117057#3235626>, @rampitec wrote:
> I guess I can run this code in the `AMDGPUDAGToDAGISel::runOnMachineFunction` or even `SIMachineFunctionInfo` constructor and skip the attribution.
The downside is that I have to scan all instructions for that, and AMDGPUAnnotateKernelFeatures already does that. Where are you planning to move its code?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117057/new/
https://reviews.llvm.org/D117057
More information about the llvm-commits
mailing list