aqjune added inline comments.

================
Comment at: clang/test/CodeGen/SystemZ/builtins-systemz-zvector-constrained.c:84
   vd = vec_splat(vd, 1);
   // CHECK: shufflevector <2 x double> %{{.*}}, <2 x double> undef, <2 x i32> 
<i32 1, i32 1>
   // CHECK-ASM: vrepg
----------------
These SystemZ zvector tests are still creating shufflevector with undef, and I 
couldn't find where they stem from. :/ 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93793/new/

https://reviews.llvm.org/D93793

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to