Skip to content

Commit 0851ae0

Browse files
committed
format spaces
1 parent 383d07e commit 0851ae0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/NVPTX/NVPTXIntrinsics.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ class PREFETCH_INTRS<string InstName, string IntrName> :
752752
[(!cast<Intrinsic>(IntrName) addr:$addr)]>,
753753
Requires<[hasPTX<80>, hasSM<90>]>;
754754

755-
756755
def PREFETCH_L1 : PREFETCH_INTRS<"prefetch.L1", "int_nvvm_prefetch_L1">;
757756
def PREFETCH_L2 : PREFETCH_INTRS<"prefetch.L2", "int_nvvm_prefetch_L2">;
758757
def PREFETCH_GLOBAL_L1 : PREFETCH_INTRS<"prefetch.global.L1", "int_nvvm_prefetch_global_L1">;
@@ -766,8 +765,7 @@ def PREFETCH_GENERIC_TENSORMAP : PREFETCH_INTRS<"prefetch.tensormap",
766765
def PREFETCH_GLOBAL_L2_EVICT_NORMAL : PREFETCH_INTRS<"prefetch.global.L2::evict_normal",
767766
"int_nvvm_prefetch_global_L2_evict_normal">;
768767
def PREFETCH_GLOBAL_L2_EVICT_LAST : PREFETCH_INTRS<"prefetch.global.L2::evict_last",
769-
"int_nvvm_prefetch_global_L2_evict_last">;
770-
768+
"int_nvvm_prefetch_global_L2_evict_last">;
771769
def PREFETCHU_L1 : PREFETCH_INTRS<"prefetchu.L1", "int_nvvm_prefetchu_L1">;
772770

773771
//Applypriority intrinsics

0 commit comments

Comments
 (0)