Skip to content

Commit

Permalink
Accept any digit in the check (WASI ends up with spill2 instead of sp…
Browse files Browse the repository at this point in the history
…ill3).
  • Loading branch information
khuey committed Nov 7, 2024
1 parent 29f30c3 commit d8c74b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// Find both dbg_declares. These will proceed the variable metadata, of course, so we're looking
// backwards.
// CHECK-DAG: dbg_declare(ptr %n.dbg.spill3, ![[#var_dbg]], !DIExpression(), ![[#var_loc2:]])
// CHECK-DAG: dbg_declare(ptr %n.dbg.spill{{[0-9]}}, ![[#var_dbg]], !DIExpression(), ![[#var_loc2:]])
// CHECK-DAG: dbg_declare(ptr %n.dbg.spill, ![[#var_dbg]], !DIExpression(), ![[#var_loc1:]])

// Find the first location definition, looking forwards again.
Expand Down

0 comments on commit d8c74b5

Please sign in to comment.