[PATCH] D71067: [AArch64] Fix MUL/SUB fusing
Sanne Wouda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 10:15:06 PST 2019
sanwou01 added a comment.
Great, thanks for confirming.
As it turns out, the reason why we didn't test this pattern was because we weren't matching it (before D70673 <https://reviews.llvm.org/D70673>): we'd just see a mul and sub.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71067/new/
https://reviews.llvm.org/D71067
More information about the llvm-commits
mailing list