[PATCH] D135278: [VectorCombine] convert scalar fneg with insert/extract to vector fneg
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 05:56:53 PDT 2022
spatel marked an inline comment as done.
spatel added inline comments.
================
Comment at: llvm/test/Transforms/VectorCombine/X86/extract-fneg-insert.ll:7
+; TODO: The insert is costed as free, so creating a shuffle appears to be a loss.
+
----------------
RKSimon wrote:
> Are you going to look at this? If not please can you raise a bug.
I'm not sure what the proper fix will be, so let's track it either way:
https://github.com/llvm/llvm-project/issues/58261
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135278/new/
https://reviews.llvm.org/D135278
More information about the llvm-commits
mailing list