llvm-project/mlir/utils/spirv
Lei Zhang ccedb918bb [mlir][spirv] Use symbolize functions in enum attribute predicates
By default, for an enum attribute, we will generate a list of equality
comparisons for all supported cases inside it's predicate. This list
can be fairly large for certain SPIR-V enum attributes. Instead, we
already have such a list generated by EnumsGen in the symbolize
functions. Leverage that to simplify the generated C++ code.

Differential Revision: https://reviews.llvm.org/D72763
2020-01-16 21:32:01 -05:00
..
define_enum.sh Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
define_inst.sh [mlir] NFC: Fix trivial typos 2020-01-16 23:58:58 +01:00
define_opcodes.sh Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
gen_spirv_dialect.py [mlir][spirv] Use symbolize functions in enum attribute predicates 2020-01-16 21:32:01 -05:00