[PATCH] D66170: InferAddressSpaces: Move target intrinsic handling to TTI

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 14:29:53 PDT 2019


arsenm created this revision.
arsenm added reviewers: hliao, yaxunl, tra, jlebar.
Herald added subscribers: jfb, nhaehnle, wdng, jvesely.

I'm planning on handling intrinsics that will benefit from checking
the address space enums. Don't bother moving the address collection
for now, since those won't need th enums.


https://reviews.llvm.org/D66170

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/CodeGen/BasicTTIImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  lib/Transforms/Scalar/InferAddressSpaces.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66170.214921.patch
Type: text/x-patch
Size: 6990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/1104b018/attachment.bin>


More information about the llvm-commits mailing list