[llvm] [Matrix][IR] Don't crash when verifying strides with more than 64 bits (PR #163729)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 03:47:02 PDT 2025
https://github.com/nikic commented:
Alternatively you could also verify that the bit width is <= 64, which might save additional handling elsewhere. IIRC you don't need more than 64 bits as long as that's the maximum size_t type. No strong opinion though.
https://github.com/llvm/llvm-project/pull/163729
More information about the llvm-commits
mailing list