[mlir][llvm] Test LLVM IR constant import separately.
authorTobias Gysi <tobias.gysi@nextsilicon.com>
Tue, 8 Nov 2022 08:23:48 +0000 (10:23 +0200)
committerTobias Gysi <tobias.gysi@nextsilicon.com>
Tue, 8 Nov 2022 08:35:20 +0000 (10:35 +0200)
commit54fb17347bc050d6145291c1cfb14d826f20a4f4
treebdcfad9d6ca8c4d273e0e9c2be7ee66305e979e0
parent3ddf56fd37b863bd778a63339e7c1ad9eca789d9
[mlir][llvm] Test LLVM IR constant import separately.

The revision moves tests related to LLVM IR constant import
into a separate constant.ll file and adds tests for integer,
null and undef immediates.

Depends on D136679

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D137416
mlir/test/Target/LLVMIR/Import/basic.ll
mlir/test/Target/LLVMIR/Import/constant-aggregate.ll [deleted file]
mlir/test/Target/LLVMIR/Import/constant.ll [new file with mode: 0644]