Skip to content

Commit

Permalink
make pgo-branch-weights test not dependent on argument attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Feb 27, 2022
1 parent 5979b68 commit 45ee3fc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,10 +2,10 @@
# First, establish that certain !prof labels are attached to the expected
# functions and branching instructions.

CHECK: define void @function_called_twice(i32 %c) {{.*}} !prof [[function_called_twice_id:![0-9]+]] {
CHECK: define void @function_called_twice(i32 {{.*}} !prof [[function_called_twice_id:![0-9]+]] {
CHECK: br i1 {{.*}}, label {{.*}}, label {{.*}}, !prof [[branch_weights0:![0-9]+]]

CHECK: define void @function_called_42_times(i32 %c) {{.*}} !prof [[function_called_42_times_id:![0-9]+]] {
CHECK: define void @function_called_42_times(i32{{.*}} %c) {{.*}} !prof [[function_called_42_times_id:![0-9]+]] {
CHECK: switch i32 %c, label {{.*}} [
CHECK-NEXT: i32 97, label {{.*}}
CHECK-NEXT: i32 98, label {{.*}}
Expand Down

0 comments on commit 45ee3fc

Please sign in to comment.