This patch is to add PowerPC vec_lxv, vec_lvsl, vec_lvsr, vec_xl, vec_xl_be and vec_xlds intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp | ||
---|---|---|
1876 | This should be checking the "new" triple now. |
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp | ||
---|---|---|
1876 | Yes, I will change to check the triple instead. |
flang/test/Lower/PowerPC/ppc-vec-load.f90 | ||
---|---|---|
782 | vec_lxvp should be in p10 test file? |
flang/test/Lower/PowerPC/ppc-vec-load.f90 | ||
---|---|---|
782 | Yes, the vec_lxvp test is already in ppc-pwr10-vec-intrinsics.f90. I will remove the test here. |
Comment Actions
- Address review comment - remove vec_lxvp test from ppc-vec-load.f90 as those tests already exist in ppc-pwr10-vec-intrinsics.f90
- Rebase
This should be checking the "new" triple now.