[PATCH] D55565: [X86] Don't emit MULX by default with BMI2
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 04:58:33 PST 2018
andreadb added a comment.
I don't have a strong opinion on this.
If converting a MUL to a MULX can save a split/spill, then we should do that. This is an interesting project. As long as we have a bug to track this work, then I am fine with this decision. Not sure if other people agree.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55565/new/
https://reviews.llvm.org/D55565
More information about the llvm-commits
mailing list