Commit fb9b376
committed
[test] Adjust some 32-bit tests to work 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 these tests.
* 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 a6ec4a9 commit fb9b376
File tree
2 files changed
+4
-4
lines changed- test/IRGen
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments