[Mlir-commits] [mlir] [mlir][vector] Implement speculation for vector.transferx ops (PR #111533)

Kunwar Grover llvmlistbot at llvm.org
Tue Oct 8 08:25:27 PDT 2024


Groverkss wrote:

> What happens with out-of-bounds xfers over tensors?

I think it's still speculatable. The op has clearly defined out of bounds behavior, which does not cause any side effects.

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


More information about the Mlir-commits mailing list