[PATCH] D91050: [NFC] Add the EmitTargetCodeForConstantPool hook for target to customize it with MachineConstantPoolValue

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 27 21:29:02 PST 2020


steven.zhang updated this revision to Diff 313821.
steven.zhang retitled this revision from "[NFC] Add the getConstantPool hook for target to customize it with MachineConstantPoolValue" to "[NFC] Add the EmitTargetCodeForConstantPool hook for target to customize it with MachineConstantPoolValue".
steven.zhang edited the summary of this revision.
steven.zhang added a comment.
Herald added a subscriber: pengfei.

Re-implement with SelectionDAGTargetInfo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91050

Files:
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91050.313821.patch
Type: text/x-patch
Size: 10808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201228/aa4b07b2/attachment.bin>


More information about the llvm-commits mailing list