This commit updates all SPIR-V enum definitions to match the latest
specification (v1.6 revision 2). Along the way, fixed some issues
in gen_spirv_dialect.py and added a new script for refreshing
all op definitions for such cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/utils/spirv/refresh_inst.sh | ||
---|---|---|
15 | Don't we need to quote current_dir in case there are spaces? I'm used to quoting all paths: https://google.github.io/styleguide/shellguide.html#quoting | |
26 | Same here |
mlir/utils/spirv/refresh_inst.sh | ||
---|---|---|
15 | Good point. Done. |
Don't we need to quote current_dir in case there are spaces? I'm used to quoting all paths: https://google.github.io/styleguide/shellguide.html#quoting