[PATCH] D29014: [SelDag][MIR] Add FREEZE
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 08:12:17 PST 2020
aqjune updated this revision to Diff 237090.
aqjune retitled this revision from "[SelDag][MIR] Add FREEZE " to "[SelDag][MIR] Add FREEZE".
aqjune added a comment.
Herald added a subscriber: Petar.Avramovic.
- Rebase
- Address a comment
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/AsmPrinter.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/AsmPrinter/AsmPrinter.cpp
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/AArch64/GlobalISel/legalizer-info-validation.mir
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.237090.patch
Type: text/x-patch
Size: 35220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200109/dfb211bc/attachment.bin>
More information about the llvm-commits
mailing list