forked from OSchip/llvm-project
a29fffc475
Previously we are using IntegerAttr to back all SPIR-V enum attributes. Therefore we all such attributes are showed like IntegerAttr in IRs, which is barely readable and breaks roundtripability of the IR. This commit changes to use `EnumAttr` as the base directly so that we can have separate attribute definitions and better IR printing. Reviewed By: kuhar Differential Revision: https://reviews.llvm.org/D131311 |
||
---|---|---|
.. | ||
MLIRVisualizers | ||
clang-tidy | ||
emacs | ||
gdb-scripts | ||
jupyter | ||
mbr | ||
spirv | ||
textmate | ||
tree-sitter-mlir | ||
vim | ||
vscode | ||
generate-test-checks.py |