[flang-commits] [flang] [Flang] Generate inline reduction loops for elemental count intrinsics (PR #75774)

Pete Steinfeld via flang-commits flang-commits at lists.llvm.org
Mon Jan 8 12:57:31 PST 2024


psteinfeld wrote:

> Hello. I've been attempting to test this in various cases of count I could think of, but not managed to hit any errors yet. It sounds like many cases are failing for you, so there must be something I am missing. Can you provide some extra info on what options you are using, whether it is a compile-time crash or a miscompile, and any details on the kind of code that is going wrong? Thanks

My previous tests were a mismatch between the state of your fork and our internal tests.  I've corrected that mismatch and re-run all of our tests, and they all look good.

Note that I have little expertise in the actual content of this change, so someone with more expertise than I should approve.

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


More information about the flang-commits mailing list