[PATCH] D45339: [NVPTX] Fixed vectorized LDG for f16.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 16:41:34 PDT 2018
jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.
lgtm modulo Bixia's comment.
================
Comment at: llvm/test/CodeGen/NVPTX/ldg-invariant.ll:17
+; further into individual elements with a side effect of loading and storing it
+; as a 32-bit scalar.
+; CHECK: ld.global.nc.b32
----------------
This could use a comma or something somewhere :)
https://reviews.llvm.org/D45339
More information about the llvm-commits
mailing list