[PATCH] D109288: [AggresiveInstCombine] Add wrapper calls for `KnownBits` computing

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 5 06:59:26 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h:118
+        V, DL, /*Depth=*/0, /*AC=*/nullptr,
+        /*CtxI=*/cast<Instruction>(CurrentTruncInst), &DT);
+  }
----------------
same


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109288/new/

https://reviews.llvm.org/D109288



More information about the llvm-commits mailing list