[Mlir-commits] [mlir] [mlir][vector] Fold vector extract from insert when trailing unit dims (PR #192109)

Erick Ochoa Lopez llvmlistbot at llvm.org
Wed Apr 15 11:02:33 PDT 2026


amd-eochoalo wrote:

Regarding from_elements: If I change broadcast to from_elements, then the InsertChainFullyInitialized pattern will trigger again which will change it back to broadcast. I've kept the broadcast instead of switching to from_elements. Happy to change to whichever is the preferred patterns. Just let me know.

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


More information about the Mlir-commits mailing list