Commit b98654c
committed
[test] Adjust IRGen test to succeed both on main and rebranch
* `getelementptr inbounds` -> `getelementptr inbounds nuw`. This
attribute was introduced in
llvm/llvm-project#107257 (llvm-project). Match
it using a wildcard regex, since it is irrelevant to this test.
* Both the syntax and relative order of the LLVM `nocapture` parameter
attribute changed in llvm/llvm-project#123181.
Adjust the FileCheck patterns to expect both syntaxes/orders. This
change is temporary and will be cleaned up once rebranch is merged
into main.1 parent 50b5ecf commit b98654c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments