[PATCH] D73915: AMDGPU: Add flag to control mem intrinsic expansion

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 12:17:16 PST 2020


arsenm created this revision.
arsenm added reviewers: rampitec, kerbowa.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

GlobalISel doesn't implement the expansion for these yet, so add a
flag to force expanding these so it's possible to avoid these for a
while.


https://reviews.llvm.org/D73915

Files:
  llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
  llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics-threshold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73915.242147.patch
Type: text/x-patch
Size: 7498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/b0781626/attachment.bin>


More information about the llvm-commits mailing list