Files
llvm-project/mlir/lib/Bytecode/Reader/BytecodeReader.cpp
Jacques Pienaar 156494bf18 [mlirbc] Fix use-list ordering during deserialization (#191942)
This patch fixes an issue in the MLIR bytecode reader where use-lists
were incorrectly reconstructed when they had permutations that are not
own inverse. Fixed the use-list reconstruction mapping logic in to
correctly restore the stable memory order of uses, both full shuffle and
index-pair encodings consistently.

Gemini/LLM assisted.
2026-04-15 05:36:13 -07:00

111 KiB