forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "merge main into amd-staging" into amd-staging
- Loading branch information
Showing
1,036 changed files
with
38,653 additions
and
41,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
B 80010c 800194 1 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
# Check that fallthrough blocks are handled properly. | ||
# Check that fallthrough blocks are handled properly and Offset annotation is | ||
# set for conditional tail calls. | ||
|
||
RUN: %clang %cflags %S/Inputs/sctc_bug4.s -o %t | ||
RUN: llvm-bolt %t -o %t.null \ | ||
RUN: llvm-bolt %t -o %t.null --enable-bat \ | ||
RUN: -funcs=test_func -print-sctc -sequential-disassembly 2>&1 | FileCheck %s | ||
|
||
CHECK: .Ltmp2 (3 instructions, align : 1) | ||
CHECK-NEXT: CFI State : 0 | ||
CHECK-NEXT: Input offset: 0x24 | ||
CHECK-NEXT: Predecessors: .LFT1 | ||
CHECK-NEXT: 00000024: cmpq $0x20, %rsi | ||
CHECK-NEXT: 00000028: ja dummy # TAILCALL {{.*}}# CTCTakenCount: 0 | ||
CHECK-NEXT: 00000028: ja dummy # TAILCALL # Offset: 53 # CTCTakenCount: 0 | ||
CHECK-NEXT: 0000002a: jmp .Ltmp4 | ||
CHECK-NEXT: Successors: .Ltmp4 | ||
CHECK-NEXT: CFI State: 0 | ||
|
||
CHECK: .Ltmp1 (2 instructions, align : 1) | ||
CHECK-NEXT: CFI State : 0 | ||
CHECK-NEXT: Input offset: 0x2c | ||
CHECK-NEXT: Predecessors: .LFT0 | ||
CHECK-NEXT: 0000002c: xorq %r11, %rax | ||
CHECK-NEXT: 0000002f: retq | ||
CHECK-NEXT: CFI State: 0 | ||
|
||
CHECK: .Ltmp4 (4 instructions, align : 1) | ||
CHECK-NEXT: CFI State : 0 | ||
CHECK-NEXT: Input offset: 0x3a | ||
CHECK-NEXT: Predecessors: .Ltmp2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.