[PATCH] D120129: [NVPTX] Enhance vectorization of ld.param & st.param
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 25 09:19:25 PDT 2022
jdoerfert added a comment.
Here are the null pointers that cause the assertion:
!nvvm.annotations = !{!8, !9, !8, !10, !10, !10, !10, !11, !11, !10}
!8 = !{null, !"align", i32 8}
!9 = !{null, !"align", i32 8, !"align", i32 65544, !"align", i32 131080}
!10 = !{null, !"align", i32 16}
!11 = !{null, !"align", i32 16, !"align", i32 65552, !"align", i32 131088}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120129/new/
https://reviews.llvm.org/D120129
More information about the cfe-commits
mailing list