[PATCH] D112117: [llvm][LV] Drop poison-generating flags from FP instructions
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 10 08:18:50 PST 2021
reames added a comment.
The change I'm working on is D115460 <https://reviews.llvm.org/D115460>. To my knowledge, there's no interaction with the vectorizer here, it's simply a code cleanup. e.g. Do the same thing for all types of poison generating flags. We may be too conservative in some places, but consistency has a strong value of it's own. At least per the tests being changed, the vectorizer is not impacted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112117/new/
https://reviews.llvm.org/D112117
More information about the llvm-commits
mailing list