File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/rustc_codegen_nvvm_v7 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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).
77source_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"
99target triple = "nvptx64-nvidia-cuda"
1010
1111; thread ----
@@ -329,4 +329,4 @@ start:
329329declare { i32 , i1 } @llvm.nvvm.match.all.sync.i64 (i32 , i64 ) #1
330330
331331attributes #0 = { alwaysinline speculatable }
332- attributes #1 = { alwaysinline }
332+ attributes #1 = { alwaysinline }
You can’t perform that action at this time.
0 commit comments