================ @@ -995,6 +995,11 @@ void State::addInfoFor(BasicBlock &BB) { continue; } + if (match(&I, m_Intrinsic<Intrinsic::abs>())) { ---------------- alexander-shaposhnikov wrote: done https://github.com/llvm/llvm-project/pull/73189