[PATCH] D58143: AMDGPU: Try to use function specific ST

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 12:26:16 PST 2019


arsenm created this revision.
arsenm added reviewers: kzhuravl, scott.linder, rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely.

Subtargets are a function level property, so ideally we would
eliminate everywhere that needs to check the global one. Rename the
function to try avoiding confusion.


https://reviews.llvm.org/D58143

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUAsmPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58143.186530.patch
Type: text/x-patch
Size: 6370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190212/42a03c7f/attachment.bin>


More information about the llvm-commits mailing list