[flang-commits] [flang] [flang][OpenMP][HLFIR] Support vector subscripted array sections for DEPEND (PR #133892)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Mon Apr 14 09:15:42 PDT 2025
vzakhari wrote:
> Nice catch Slava. I was hitting the verifier because I was printing it out while I worked on it and I missed that it wasn't needed in the final version of the code. Thanks for taking a look!
Oh, right, it would fail if anyone try to print IR in the process. That is a problem, and I think it is worth a comment around this code.
It seems that the best approach would be to reuse the code for the designator generation, but not the operation. We should discuss this with Jean, when he is back. For the time being, I am okay with the change (plase add a comment explaining potential verification failures).
https://github.com/llvm/llvm-project/pull/133892
More information about the flang-commits
mailing list