[Mlir-commits] [mlir] [mlir][TOSA] Fix shape inference when operand was inferred (PR #66906)
Jacques Pienaar
llvmlistbot at llvm.org
Sat Sep 23 15:11:39 PDT 2023
jpienaar wrote:
> interprets the ValueShapeRange as a normal ValueRange and looses the information of the inference
You are correct this is a bit of a footgun.
https://github.com/llvm/llvm-project/pull/66906
More information about the Mlir-commits
mailing list