[PATCH] D22194: Power9 - Add exploitation of oris/ori fusion

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 11:03:02 PDT 2016


MatzeB added a comment.

Can you explain why you need a custom mutator here? At first glance it looks like overriding TargetInstrInfo::shouldScheduleAdjacent() and using the default MacroFusion mutator is enough.


http://reviews.llvm.org/D22194





More information about the llvm-commits mailing list