[PATCH] D35965: [X86] SET0 to use XMM registers where possible PR26018 PR32862 2/2
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 23:27:35 PDT 2017
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
Before commit, please remove one of the two comments at the top of test/CodeGen/X86/avx512vl-vbroadcast.ll. And remove the blanks added to one of the tests.
With those two fixes, LGTM.
================
Comment at: test/CodeGen/X86/avx512vl-arith.ll:865
; CHECK-NEXT: retq ## encoding: [0xc3]
+
%mask = icmp ne <2 x i64> %mask1, zeroinitializer
----------------
Can you remove the blank lines added to this test before commit?
https://reviews.llvm.org/D35965
More information about the llvm-commits
mailing list