llvm-project
6e2fdc37 - [mlir][spirv] Allow redefinition in OpName instructions (#191223)

Commit
24 days ago
[mlir][spirv] Allow redefinition in OpName instructions (#191223) The SPIR-V specification allows multiple conflicting OpName instructions to redefine the name associated with a given `<id>`. Update the deserializer to handle this case by using the last declared name.
Author
Parents
Loading