[llvm] [ValueTracking] Handle range attributes (PR #85143)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 08:22:43 PDT 2024


================
@@ -67,6 +70,10 @@ class Argument final : public Value {
   /// disallowed floating-point values. Otherwise, fcNone is returned.
   FPClassTest getNoFPClass() const;
 
+  /// If this argument has range attribute, return the value range of the
----------------
nikic wrote:

```suggestion
  /// If this argument has a range attribute, return the value range of the
```
or the

https://github.com/llvm/llvm-project/pull/85143


More information about the llvm-commits mailing list