[PATCH] D48467: [X86] Recognize a splat of negate in isFNEG
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 4 05:37:45 PDT 2018
RKSimon 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:
----------------
Please can you commit this test to trunk so the patch shows the codegen diff?
Repository:
rL LLVM
https://reviews.llvm.org/D48467
More information about the llvm-commits
mailing list