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
(cherry picked from commit c0b2c10)
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/Hexagon/bank-conflict.mir
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
# CHECK: = A2_tfr
9
9
# CHECK: = L2_loadrigp
10
10
11
-
# CHECK: = L4_loadri_rr
12
11
# CHECK: = S2_tstbit_i
13
12
# CHECK: = L4_loadri_rr
13
+
# CHECK: = L4_loadri_rr
14
14
15
15
--- |
16
16
%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