[PATCH] D41463: [CodeGen] Add a new pass for PostRA sink
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 10:37:55 PDT 2018
junbuml updated this revision to Diff 139327.
junbuml added a comment.
Found a new failure in a recently added hexagon test.
Krzysztof, can you please confirm if my change in your test (test/CodeGen/Hexagon/swp-phi-ref.ll) is okay?
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/AArch64LoadStoreOptimizer.cpp
test/CodeGen/AArch64/post-ra-machine-sink.mir
test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll
test/CodeGen/Hexagon/noreturn-noepilog.ll
test/CodeGen/Hexagon/swp-phi-ref.ll
test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll
test/CodeGen/X86/branchfolding-debugloc.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/scalar_widen_div.ll
test/DebugInfo/X86/dbg-value-transfer-order.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41463.139327.patch
Type: text/x-patch
Size: 33392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180321/d98db24d/attachment-0001.bin>
More information about the llvm-commits
mailing list