File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ Changes to the LLVM IR
62
62
63
63
* Added ` usub_cond ` and ` usub_sat ` operations to ` atomicrmw ` .
64
64
65
- * Remove the following intrinsics which can be replaced with a `` bitcast ` ` :
65
+ * Remove the following intrinsics which can be replaced with a ` bitcast ` :
66
66
67
- * `` llvm.nvvm.bitcast.f2i ` `
68
- * `` llvm.nvvm.bitcast.i2f ` `
69
- * `` llvm.nvvm.bitcast.d2ll ` `
70
- * `` llvm.nvvm.bitcast.ll2d ` `
67
+ * ` llvm.nvvm.bitcast.f2i `
68
+ * ` llvm.nvvm.bitcast.i2f `
69
+ * ` llvm.nvvm.bitcast.d2ll `
70
+ * ` llvm.nvvm.bitcast.ll2d `
71
71
72
72
* Remove the following intrinsics which can be replaced with a funnel-shift:
73
73
74
- * `` llvm.nvvm.rotate.b32 ` `
75
- * `` llvm.nvvm.rotate.right.b64 ` `
76
- * `` llvm.nvvm.rotate.b64 ` `
74
+ * ` llvm.nvvm.rotate.b32 `
75
+ * ` llvm.nvvm.rotate.right.b64 `
76
+ * ` llvm.nvvm.rotate.b64 `
77
77
78
78
* Remove the following intrinsics which can be replaced with an
79
79
`` addrspacecast `` :
You can’t perform that action at this time.
0 commit comments