This patch is to fix the lowering of vec_sld and vec_sldw based on endianness.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp | ||
---|---|---|
2606–2607 | This should use the triple checking too. | |
flang/test/Lower/PowerPC/ppc-vec-extract-elem-order.f90 | ||
1–2 | Nit: for the rest of the test, the %s is after -emit-fir | |
2 | Nit: for the rest of the test, the %s is after -emit-llvm | |
flang/test/Lower/PowerPC/ppc-vec-insert-elem-order.f90 | ||
2 | Nit: for the rest of the test, the %s is after -emit-llvm |
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp | ||
---|---|---|
2606–2607 | Will change it. |
This should use the triple checking too.