-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIT testing broken into modular functions
- Loading branch information
1 parent
8e8e278
commit 5c396f4
Showing
5 changed files
with
94 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// RUN: bash %s FA llvm17 | ||
|
||
source sanity_check.sh | ||
|
||
perform_program_vector_comparison | ||
perform_vector_comparison "f" "f" | ||
perform_vector_comparison "f" "onDemand" |
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,8 +1,7 @@ | ||
// RUN: bash %s FA llvm17 | ||
// RUN: bash %s SYM llvm17 | ||
|
||
source sanity_check.sh | ||
|
||
perform_vector_comparison "p" "p" | ||
perform_program_vector_comparison | ||
perform_vector_comparison "f" "f" | ||
perform_vector_comparison "f" "onDemand" |