[NVPTX] Disable vector registers
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.h
index e6cb7c2def617838a35599eb98763814ed46f0a2..beea77e38d8a3a5594a1d57eb1faae8a532a7340 100644 (file)
@@ -57,6 +57,7 @@ public:
   bool hasF32FTZ() const { return SmVersion >= 20; }
   bool hasFMAF32() const { return SmVersion >= 20; }
   bool hasFMAF64() const { return SmVersion >= 13; }
+  bool hasLDG() const { return SmVersion >= 32; }
   bool hasLDU() const { return SmVersion >= 20; }
   bool hasGenericLdSt() const { return SmVersion >= 20; }
   inline bool hasHWROT32() const { return false; }