[PATCH] D143143: [AArch64] Reassociate sub(x, add(m1, m2)) to sub(sub(x, m1), m2)
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 06:24:47 PST 2023
dmgreen added a comment.
Thanks for the report. I had somehow missed vector constants even though scalars were being correctly handled. I thought I had added tests for them but apparently not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143143/new/
https://reviews.llvm.org/D143143
More information about the llvm-commits
mailing list