[Mlir-commits] [llvm] [mlir] [DataLayout] Refactor parsing of i/f/v/a specifications (PR #104699)

Sergei Barannikov llvmlistbot at llvm.org
Mon Aug 19 04:28:13 PDT 2024


s-barannikov wrote:

> mlir/test/Target/LLVMIR/Import/import-failure.ll is failing.

Apparently, the test relies on successful parsing of invalid specification "i8:8:8:8" by LLVM.
It is then [re-parsed](https://github.com/llvm/llvm-project/blob/90aac06c7f49dd275a49b843b5fd91cb00d549b4/mlir/lib/Target/LLVMIR/ModuleImport.cpp#L617
) by MLIR itself, issuing a different error.


https://github.com/llvm/llvm-project/pull/104699


More information about the Mlir-commits mailing list