LuoYuanke added a comment. In D99152#2644017 <https://reviews.llvm.org/D99152#2644017>, @lebedev.ri wrote:
> load <https://llvm.org/docs/LangRef.html#load-instruction> instruction loads > contigious bytes. > If that is not what is AMX is trying to use it for, then it is being used > incorrectly. Isn't it a reason that we can't cast "load <256 x i32>*" to "load x86_amx*"? The load memory for <256 x i32> is contiguous, and load memory for x86_amx is not contiguous. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99152/new/ https://reviews.llvm.org/D99152 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits