[PATCH] D129461: [PowerPC] Support x86 compatible intrinsics on AIX

Qiu Chaofan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 01:23:54 PDT 2022


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



More information about the cfe-commits mailing list