[PATCH] D24855: MachineScheduler: Enable macro fusion in post-RA scheduler
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 16:14:48 PDT 2016
MatzeB updated this revision to Diff 73369.
MatzeB added a comment.
Update the patch so that addFusionEdges() does not walk over all edges in the graph anymore. (Just all nodes and the predecessors edges of ExitSU now).
Repository:
rL LLVM
https://reviews.llvm.org/D24855
Files:
lib/CodeGen/MachineScheduler.cpp
test/CodeGen/AArch64/postmisched-fusion.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24855.73369.patch
Type: text/x-patch
Size: 4464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161003/6784ac1e/attachment.bin>
More information about the llvm-commits
mailing list