[PATCH] D42100: Fix codegen of stores of vectors with non byte-sized elements.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 11:31:04 PST 2018


craig.topper added inline comments.


================
Comment at: test/CodeGen/SystemZ/vec-move-17.ll:65
 define void @f7(<2 x i64> %val, <2 x i1> *%ptr) {
-; No expected output, but must compile.
   %trunc = trunc <2 x i64> %val to <2 x i1>
----------------
Why did this comment get deleted?


https://reviews.llvm.org/D42100





More information about the llvm-commits mailing list