[flang-commits] [flang] [flang] de-duplicate AbstractResult pass (PR #88867)

Markus Böck via flang-commits flang-commits at lists.llvm.org
Tue Apr 16 08:27:15 PDT 2024


https://github.com/zero9178 commented:

Thank you! This looks like I expected it would. I am bit surprised that the `--abstract-result` doesn't work as I was under the impression that I'd automatically try and find nested ops it could run on, but maybe I am wrong. Doesn't really matter for this patch.

One question I have looking at the code, it seems the pass can also run on `omp.declare_reduction` now. Is this intentional and if yes, should there be a test exercising this?

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


More information about the flang-commits mailing list