[PATCH] D65984: [GlobalISel] Make the InstructionSelector instance non-const, allowing state to be maintained.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 23:26:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368652: [GlobalISel] Make the InstructionSelector instance non-const, allowing state to… (authored by aemerson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65984?vs=214258&id=214768#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65984

Files:
  llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  llvm/trunk/include/llvm/CodeGen/TargetSubtargetInfo.h
  llvm/trunk/lib/CodeGen/GlobalISel/InstructionSelect.cpp
  llvm/trunk/lib/Target/AArch64/AArch64InstructionSelector.cpp
  llvm/trunk/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h
  llvm/trunk/lib/Target/ARM/ARMInstructionSelector.cpp
  llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp
  llvm/trunk/lib/Target/ARM/ARMSubtarget.h
  llvm/trunk/lib/Target/Mips/MipsInstructionSelector.cpp
  llvm/trunk/lib/Target/Mips/MipsSubtarget.cpp
  llvm/trunk/lib/Target/Mips/MipsSubtarget.h
  llvm/trunk/lib/Target/X86/X86InstructionSelector.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65984.214768.patch
Type: text/x-patch
Size: 21308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/4695c39c/attachment-0001.bin>


More information about the llvm-commits mailing list