diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2022-12-14 10:10:01 -0800 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2022-12-14 10:13:01 -0800 |
commit | 88f9b525085b4292080aec6aba835801ca5793b6 (patch) | |
tree | 51ff3efebcc91da88548b463d9f34da26e542a95 /llvm/lib/FileCheck/FileCheck.cpp | |
parent | c16a58b36caebbc34dfa0f788a019d041e5484df (diff) | |
download | llvm-88f9b525085b4292080aec6aba835801ca5793b6.zip llvm-88f9b525085b4292080aec6aba835801ca5793b6.tar.gz llvm-88f9b525085b4292080aec6aba835801ca5793b6.tar.bz2 |
[Attributor][FIX] Allow negative offsets for ranges
In https://reviews.llvm.org/D136745 we introduced the "pre-condition"
that offsets should not be -1 or -2. This can easily break. The new
special values are INT32_MAX and INT32_MIN, which we might want to
replace with std::optional or flags instead.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions