[Mlir-commits] [mlir] [mlir][ArmSME] Remove ArmSMETypeConverter (and configure LLVM one instead) (PR #73639)

Benjamin Maxwell llvmlistbot at llvm.org
Mon Dec 4 02:51:57 PST 2023


MacDue wrote:

> > Nothing happens, no patterns match, so no type conversions run, and because it's a partial conversion it also does not error.
> > See: https://godbolt.org/z/TTG9cGrrj
> 
> Argh, I missed that! Yeah, that makes sense, thanks for the discussion 🙏🏻

I've come up with a test now :)
I just had to write in in C++ rather than as an IR test, see:
https://github.com/llvm/llvm-project/blob/5e83afd0171c212a4d5c15db8e263650ac25e0f0/mlir/unittests/Dialect/ArmSME/TileTypeConversionTest.cpp


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


More information about the Mlir-commits mailing list