[Mlir-commits] [mlir] [mlir][spirv] Remove code for de-duplicating symbols in SPIR-V grammar (PR #111778)

Caio Oliveira llvmlistbot at llvm.org
Thu Oct 10 14:05:37 PDT 2024


cmarcelo wrote:

I've used

-  `./define_inst.sh SPIRVArithmeticOps.td Op`
- `./refresh_inst.sh`
- `./define_enum.sh`
- `./define_opcodes.sh`

And checked if results are "equivalent".  Some ops will be re-ordered by the script but remain the same.  Note a couple of other PRs I've posted are needed to avoid noise in the output.

Note in refresh inst one of the tables will fail, because the Ops are using class explicitly instead of def.  We probably could make the script just skip them, but out of scope.

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


More information about the Mlir-commits mailing list