[PATCH] D41463: [CodeGen] Add a new pass to sink Copy instructions after RA
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 09:38:13 PST 2018
junbuml updated this revision to Diff 128532.
junbuml marked 5 inline comments as done.
junbuml edited the summary of this revision.
junbuml added a comment.
Moved this pass into MachineSink.cpp and named it PostRAMachineSink pass as Chad commented.
https://reviews.llvm.org/D41463
Files:
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/TargetInstrInfo.h
include/llvm/InitializePasses.h
lib/CodeGen/CodeGen.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetPassConfig.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
test/CodeGen/AArch64/post-ra-machine-sink.mir
test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41463.128532.patch
Type: text/x-patch
Size: 27665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/d38ceedf/attachment-0001.bin>
More information about the llvm-commits
mailing list