[PATCH] D73499: GlobalISel: Add observer argument to legalizeIntrinsic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 13:02:25 PST 2020


arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette, qcolombet.
Herald added subscribers: kerbowa, Petar.Avramovic, volkan, atanasyan, hiraditya, rovka, nhaehnle, wdng, jvesely, sdardis.
Herald added a project: LLVM.

This is passed to legalizeCustom, but not intrinsic. Also remove the
MRI argument, since you can get that from the MachineIRBuilder.

      

I'm not sure why MachineIRBuilder has a private observer member, and
this is passed separately.


https://reviews.llvm.org/D73499

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
  llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
  llvm/lib/Target/Mips/MipsLegalizerInfo.h
  llvm/lib/Target/X86/X86LegalizerInfo.cpp
  llvm/lib/Target/X86/X86LegalizerInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73499.240660.patch
Type: text/x-patch
Size: 8244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/decc974e/attachment.bin>


More information about the llvm-commits mailing list