qiucf added inline comments.
================ Comment at: clang/test/CodeGen/PowerPC/ppc-emmintrin.c:631 // CHECK: %[[ADDR:[0-9a-zA-Z_.]+]] = load double*, double** %{{[0-9a-zA-Z_.]+}}, align 8 -// CHECK: %[[VAL:[0-9a-zA-Z_.]+]] = load double, double* %[[ADDR]], align 8 +// CHECK: %[[VAL:[0-9a-zA-Z_.]+]] = load double, double* %[[ADDR]] // CHECK: call <2 x double> @vec_splats(double)(double noundef %[[VAL]]) ---------------- shchenz wrote: > Maybe worth investigating here why loading a double on AIX64 is not aligned > to 8. This should be separated from this patch It's from D79719 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129461/new/ https://reviews.llvm.org/D129461 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits