[llvm] [NVPTX] Fix crash caused by ComputePTXValueVTs (PR #104524)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 16:52:33 PDT 2024
================
@@ -0,0 +1,45 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_20
+
+define <6 x half> @half6() {
----------------
Artem-B wrote:
We may as well auto-generate the checks to make sure we're still generating sensible PTX for those oddly shaped vectors.
https://github.com/llvm/llvm-project/pull/104524
More information about the llvm-commits
mailing list