================

----------------
MartinWehking wrote:

Yes, I've tried to use it, but it threw errors at compile time. The problem is 
that it doesn't work with the type conversion from int->float, because 
the output needs to be a LLVMSubdivide2VectorType,
which matches the input type:
`
class LLVMSubdivide2VectorType<int num>
  : LLVMMatchType<num, IIT_SUBDIVIDE2_ARG>;
`

https://github.com/llvm/llvm-project/pull/186807
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to