[flang-commits] [flang] [flang]: This is to fix the HLFIR path for PPC Vector type intrinsics. (PR #66547)

Daniel Chen via flang-commits flang-commits at lists.llvm.org
Thu Sep 21 10:30:21 PDT 2023


DanielCChen wrote:

@jeanPerier 
I just pushed another commit that 
1. added the `-flang-experimental-hlfir` option to all PPC vector intrinsic testing files. 
2. remove the FIR testing from PPC Vector intrinsics to reduce maintenance cost and keep the LLVM IR testing only as that is sufficient. 
With the above 2 changes, there are two failures with `vec_st` that have array of vector in code. It seems due to that the lowering of the 'new' `fir.array_coor` has a different type from the 'old' `fir.coordinate_of`. I am investigating that.

https://github.com/llvm/llvm-project/pull/66547


More information about the flang-commits mailing list