llvm-project/mlir/test/Dialect/LLVMIR
Alex Zinenko 9c4825ce28 [mlir] do not use llvm.cmpxchg with floats
According to the LLVM Language Reference, 'cmpxchg' accepts integer or pointer
types. Several MLIR tests were using it with floats as it appears possible to
programmatically construct and print such an instruction, but it cannot be
parsed back. Use integers instead.

Depends On D85899

Reviewed By: flaub, rriddle

Differential Revision: https://reviews.llvm.org/D85900
2020-08-17 15:44:23 +02:00
..
func.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
global.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
invalid.mlir [mlir] do not use llvm.cmpxchg with floats 2020-08-17 15:44:23 +02:00
legalize-for-export.mlir
nvvm.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
rocdl.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
roundtrip.mlir [mlir] do not use llvm.cmpxchg with floats 2020-08-17 15:44:23 +02:00
terminator.mlir
types-invalid.mlir [mlir] Add verification to LLVM dialect types 2020-08-11 17:21:52 +02:00
types.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00