[PATCH] D106015: GlobalISel: Track argument pointeriness with arg flags

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 13:34:13 PDT 2021


arsenm created this revision.
arsenm added reviewers: aemerson, paquette, bogner, dsanders, aditya_nandakumar.
Herald added subscribers: kerbowa, pengfei, arphaman, atanasyan, jrtc27, hiraditya, rovka, nhaehnle, jvesely, sdardis.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Since we're still building on top of the MVT based infrastructure, we
need to track the pointer type/address space on the side so we can end
up with the correct pointer LLTs when interpreting CCValAssigns.


https://reviews.llvm.org/D106015

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
  llvm/test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
  llvm/test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll
  llvm/test/CodeGen/ARM/GlobalISel/irtranslator-varargs-lowering.ll
  llvm/test/CodeGen/Mips/GlobalISel/irtranslator/pointers.ll
  llvm/test/CodeGen/X86/GlobalISel/GV.ll
  llvm/test/CodeGen/X86/GlobalISel/frameIndex.ll
  llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
  llvm/test/CodeGen/X86/GlobalISel/x32-irtranslator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106015.358727.patch
Type: text/x-patch
Size: 20597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/c6a031b5/attachment.bin>


More information about the llvm-commits mailing list