[PATCH] D37803: [X86] When applying the shuffle-to-zero-extend transformation on floating point, bitcast to integer first.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 06:36:42 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/pr34577.ll:1
+; RUN: llc -mattr=+avx2 -mtriple=x86_64-unknown %s
+
----------------
No need for a new file - put this into vector-shuffle-combining-avx2.ll and call the test pr34577


https://reviews.llvm.org/D37803





More information about the llvm-commits mailing list