[PATCH] D149417: [ValueTracking] Add logic for `isKnownNonZero(smin/smax X, Y)`
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 28 01:55:37 PDT 2023
    
    
  
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:2948
+      }
+        [[fallthrough]];
       case Intrinsic::umin:
----------------
The formatting here is ugly enough that I'd just repeat the two lines from umin :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149417/new/
https://reviews.llvm.org/D149417
    
    
More information about the llvm-commits
mailing list