[PATCH] D48467: [X86] Recognize a splat of negate in isFNEG
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 16:16:22 PDT 2018
eraman marked an inline comment as done.
eraman added inline comments.
================
Comment at: test/CodeGen/X86/avx2-fma-fneg-combine.ll:139
+define <8 x float> @test8(float %a, <8 x float> %b, <8 x float> %c) {
+; X32-LABEL: test8:
----------------
RKSimon wrote:
> Please can you commit this test to trunk so the patch shows the codegen diff?
Forgot to respond here, but I have committed the test and rebased the patch after the commit.
Repository:
rL LLVM
https://reviews.llvm.org/D48467
More information about the llvm-commits
mailing list