[PATCH] D99033: GlobalISel: Constant fold G_PTR_ADD

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 15:01:46 PST 2022


arsenm updated this revision to Diff 406989.
arsenm added a comment.

Filter out non-integral address spaces for now, although the general handling needs more thought


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

https://reviews.llvm.org/D99033

Files:
  llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  llvm/lib/CodeGen/GlobalISel/Utils.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces.ll
  llvm/test/CodeGen/AMDGPU/overlapping-tuple-copy-implicit-op-failure.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99033.406989.patch
Type: text/x-patch
Size: 37191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/b12a5861/attachment.bin>


More information about the llvm-commits mailing list