[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
Mon Sep 18 07:33:49 PDT 2023


DanielCChen wrote:

> Thank you very much for the quick fix @DanielCChen! Do all the PPC tests produce correct IR with the -hlfir option with this patch? If so, could you update the relevant ones here with a new RUN line with bbc -emit-fir -hlfir to avoid regressions (if the tested output is the same, you can probably use the same check-prefix as without the -hlfir option)?

Hi Jean, I tried a couple of test cases and it seems both FIR and LLVM IR are the same as before. We use both `bbc` (to generate FIR) and `flang_fc1` (to generate llvm IR). I will update all of the test cases and run again.

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


More information about the flang-commits mailing list