[llvm] [NVPTX] support packed f32 instructions for sm_100+ (PR #126337)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 09:32:12 PDT 2025
================
@@ -1245,7 +1251,9 @@ bool NVPTXDAGToDAGISel::tryLDGLDU(SDNode *N) {
EltVT = EltVT.getVectorElementType();
// vectors of 8/16bits type are loaded/stored as multiples of v4i8/v2x16
// elements.
- if ((EltVT == MVT::f16 && OrigType == MVT::v2f16) ||
+ // Packed vector types are loaded/stored in a single register.
----------------
Prince781 wrote:
This was removed in the rebase.
https://github.com/llvm/llvm-project/pull/126337
More information about the llvm-commits
mailing list