[Mlir-commits] [flang] [mlir] [flang] Emit llvm.assume for array bounds constraints (PR #178811)

Sjoerd Meijer llvmlistbot at llvm.org
Mon Feb 2 02:21:54 PST 2026


sjoerdmeijer wrote:

I think we need to check two things:
- compile-times: extra instructions require more time to be processed.
- performance: extra instructions may inhibit optimisations.

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


More information about the Mlir-commits mailing list