You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rebranch][test] IRGen: Adjust check for new LLVM result value attribute
Match the attribute using a wildcard regex because it appears only under
-O and is irrelevant to the test.
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 correct for a function that increments a i8.
See https://llvm.org/docs/LangRef.html#parameter-attributes.
0 commit comments