[PATCH] D157103: AMDGPU: Fix counting source modifiers as literal constants

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 08:04:38 PDT 2023


arsenm created this revision.
arsenm added reviewers: AMDGPU, Joe_Nash, foad, rampitec, Pierre-vh, cdevadas.
Herald added subscribers: StephenFan, kerbowa, asbirlea, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This fixes over estimating code size. This was broken by
79f52af4cd9a76485dd50bcdbb5d393eb7a70103 <https://reviews.llvm.org/rG79f52af4cd9a76485dd50bcdbb5d393eb7a70103>.


https://reviews.llvm.org/D157103

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
  llvm/test/CodeGen/AMDGPU/idiv-licm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157103.547219.patch
Type: text/x-patch
Size: 9092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230804/5a917d4d/attachment.bin>


More information about the llvm-commits mailing list