[llvm] [ConstraintElim] Fix poison check before adding intrinsic facts (PR #136291)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Apr 30 01:59:34 PDT 2025
    
    
  
================
@@ -1137,10 +1137,10 @@ void State::addInfoFor(BasicBlock &BB) {
           FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I)));
       // TODO: Check if it is possible to instead only added the min/max facts
       // when simplifying uses of the min/max intrinsics.
----------------
nikic wrote:
Move this comment as well.
https://github.com/llvm/llvm-project/pull/136291
    
    
More information about the llvm-commits
mailing list