Skip to content

Commit 5e2462b

Browse files
committed
put libinstrincs back
1 parent f014de4 commit 5e2462b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

crates/rustc_codegen_nvvm_v7/libintrinsics.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; if you update this make sure to update libintrinsics.bc by running llvm-as (make sure you are using llvm-7 or it won't work when
66
; loaded into libnvvm).
77
source_filename = "libintrinsics"
8-
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-i128:128:128-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64-a:8:8"
8+
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
99
target triple = "nvptx64-nvidia-cuda"
1010

1111
; thread ----
@@ -329,4 +329,4 @@ start:
329329
declare { i32, i1 } @llvm.nvvm.match.all.sync.i64(i32, i64) #1
330330

331331
attributes #0 = { alwaysinline speculatable }
332-
attributes #1 = { alwaysinline }
332+
attributes #1 = { alwaysinline }

0 commit comments

Comments
 (0)