You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hexagon] Bump the default version to v68 (#132304)
Set the default processor version to v68 when the user does not specify
one in the command line. This includes changes in the LLVM backed and
linker (lld). Since lld normally sets the version based on inputs, this
change will only affect cases when there are no inputs.
Fixes#127558
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/Hexagon/bank-conflict.mir
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
# CHECK: = A2_tfr
10
10
# CHECK: = L2_loadrigp
11
11
12
-
# CHECK: = L4_loadri_rr
13
12
# CHECK: = S2_tstbit_i
14
13
# CHECK: = L4_loadri_rr
14
+
# CHECK: = L4_loadri_rr
15
15
16
16
--- |
17
17
%s.0 = type { [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [24 x i32], [3 x i32], [24 x i32], [8 x %s.1], [5 x i32] }
0 commit comments