Commit f477ace
committed
[test] IRGen: Adjust FileCheck pattern for new
The attribute is `range(i8 -127, -128)`. The documentation specifies
that the range can wrap, meaning that for i8 [-127, -128) is equivalent
to [-127, 127). This is expected for a function that simply increments a
i8 value. See https://llvm.org/docs/LangRef.html#parameter-attributes.
Match it using a wildcard regex, since it is not relevant to this test.
This is intended to reduce future conflicts with rebranch.range attribute in upstream LLVM1 parent f512eb1 commit f477ace
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments