llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[LVI] Handle range attributes

Open andjo403 opened this issue 1 year ago • 8 comments

There is one additional check of the range metadata at line 1120 in getValueFromSimpleICmpCondition that is not covered in this PR as after https://github.com/llvm/llvm-project/pull/75311 there is no test that cover that check any more and I have not been able to create a test that trigger that code.

andjo403 avatar Mar 23 '24 21:03 andjo403