llvm-project/mlir/utils
Mahesh Ravishankar 49c3e4a508 Add floating-point comparison operations to SPIR-V dialect.
Use the existing SPV_LogicalOp specification to add the floating-point
comparison operations (both ordered and unordered versions).
To make it easier to import the op-definitions automatically modify
the dialect generation script to update the different .td files based
on whether the operation is an arithmetic op, logical op, etc. Also
allow specification of multiple opcodes with define_inst.sh.
Since this reuses the SPV_LogicalOp framework, no tests specific to
the floating point comparison ops are added with this CL.

PiperOrigin-RevId: 266561634
2019-08-31 09:52:44 -07:00
..
emacs Update header notices. 2019-03-29 17:43:20 -07:00
spirv Add floating-point comparison operations to SPIR-V dialect. 2019-08-31 09:52:44 -07:00
textmate Add start of textmate language grammar. 2019-08-12 12:53:21 -07:00
vim update vim syntax file 2019-08-30 17:39:19 -07:00
generate-test-checks.py Add a utility script to auto-generate CHECK commands for mlir test cases. 2019-08-13 16:43:09 -07:00