[PATCH] D124787: [NVPTX] Implement NVPTX AliasAnalysis

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 07:32:37 PST 2022


asavonic updated this revision to Diff 481649.
asavonic edited the summary of this revision.
asavonic added a comment.
Herald added a subscriber: arichardson.

- Rebased.
- Replaced pointsToConstantMemory with getModRefInfoMask due to the API change.
- Removed DataLayout variable that was unused.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124787/new/

https://reviews.llvm.org/D124787

Files:
  llvm/lib/Target/NVPTX/CMakeLists.txt
  llvm/lib/Target/NVPTX/NVPTXAliasAnalysis.cpp
  llvm/lib/Target/NVPTX/NVPTXAliasAnalysis.h
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
  llvm/test/CodeGen/NVPTX/nvptx-aa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124787.481649.patch
Type: text/x-patch
Size: 14527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221209/178bebea/attachment.bin>


More information about the llvm-commits mailing list