[PATCH] D34923: [X86] Add comment string for broadcast loads from the constant pool.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 1 07:11:25 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll:2039
+; AVX-64: # BB#0:
+; AVX-64-NEXT: vbroadcastss {{.*#+}} xmm1 = [NaN,NaN,NaN,NaN]
+; AVX-64-NEXT: vpaddw %xmm1, %xmm0, %xmm0
----------------
Don't we have to be careful using NaNs in comments as different compilers/libs print them differently?
https://reviews.llvm.org/D34923
More information about the llvm-commits
mailing list