[PATCH] D29014: [SelDag][MIR] Add FREEZE

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 16:00:40 PST 2020


aqjune updated this revision to Diff 239013.
aqjune added a comment.

- Rebase
- Remove AsmPrinter::emitFreeze


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D29014

Files:
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/FastISel.h
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/CodeGen/SelectionDAGISel.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/Target.td
  llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Target/AVR/AVRInstrInfo.cpp
  llvm/test/CodeGen/X86/fast-isel-freeze.ll
  llvm/test/CodeGen/X86/fast-isel.ll
  llvm/test/CodeGen/X86/freeze-call.ll
  llvm/test/CodeGen/X86/freeze-legalize.ll
  llvm/test/CodeGen/X86/freeze-mir.ll
  llvm/test/CodeGen/X86/freeze-phielim.ll
  llvm/test/CodeGen/X86/freeze.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29014.239013.patch
Type: text/x-patch
Size: 32640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/3e4397ca/attachment-0001.bin>


More information about the llvm-commits mailing list