[PATCH] D89737: AMDGPU: Propagate amdgpu-flat-work-group-size attributes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 14:04:33 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, yaxunl, b-sumner.
Herald added subscribers: jdoerfert, kerbowa, hiraditya, t-tye, tpr, dstuttard, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

Fixes being overly conservative with the register counts in called
functions. This should try to do a conservative range merge, but for
now just clone.

      

Also fix not being able to functionally run the pass standalone.


https://reviews.llvm.org/D89737

Files:
  llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
  llvm/test/CodeGen/AMDGPU/propagate-attributes-flat-work-group-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89737.299150.patch
Type: text/x-patch
Size: 3368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/3039cee2/attachment.bin>


More information about the llvm-commits mailing list