[Mlir-commits] [mlir] [MLIR][LLVM] Fix non-deterministic alloca order in SROA under LLVM_REVERSE_ITERATION (PR #192087)

Mehdi Amini llvmlistbot at llvm.org
Wed Apr 15 04:49:59 PDT 2026


joker-eph wrote:

> Coule these be sorted by their appearance order in the original type instead (for ease of reading of the output)?

I thought this is what was implemented? The sort was performed on their position, and the test changes show that now they appears in the order they were present in the original type. What am I missing?

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


More information about the Mlir-commits mailing list