llvm-project/mlir/test/Target/SPIRV
Chengji Yao e5a4cf6743 [mlir] Fix printer when it is a DenseElementsAttr of i1
A large DenseElementsAttr of i1could trigger a bug in printer/parser roundtrip.

Ex. A DenseElementsAttr of i1 with 200 elements will print as Hex format of length 400 before the fix. However, when parsing the printed text, an error will be triggered. After fix, the printed length will be 50.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D122925
2022-05-05 16:56:43 -07:00
..
arithmetic-ops.mlir [mlir][spirv] Define spv.VectorTimesScalar op 2022-03-08 15:58:31 -05:00
array.mlir
atomic-ops.mlir [mlir][spirv] add AtomicFAddEXTOp 2021-11-16 14:24:22 +03:00
barrier-ops.mlir
bit-ops.mlir
cast-ops.mlir
composite-op.mlir
constant.mlir [mlir] Fix printer when it is a DenseElementsAttr of i1 2022-05-05 16:56:43 -07:00
cooperative-matrix-ops.mlir
debug.mlir
decorations.mlir [mlir][SPIRVToLLVM] Propagate location attribute from spv.GlobalVariable to llvm.mlir.global 2021-10-05 00:09:09 +08:00
entry-point.mlir
execution-mode.mlir
function-call.mlir
global-variable.mlir
glsl-ops.mlir [mlir][spirv] Add ops and patterns for lowering standard max/min ops 2021-10-05 14:27:32 -04:00
group-ops.mlir
image-ops.mlir [mlir][spirv] Define spv.ImageQuerySize operation 2021-05-13 13:17:08 -04:00
image.mlir
logical-ops.mlir
loop.mlir [mlir][spirv] Serialize selection with separate header block 2021-12-13 10:42:26 -05:00
matrix.mlir
memory-ops.mlir
module.mlir
non-uniform-ops.mlir
ocl-ops.mlir [mlir][spirv] Add OpenCL fma op and lowering 2022-02-15 11:28:20 +03:00
phi.mlir
sampled-image.mlir
selection.mlir [mlir][spirv] Serialize selection with separate header block 2021-12-13 10:42:26 -05:00
spec-constant.mlir
struct.mlir
terminator.mlir
undef.mlir