[PATCH] D149423: [ValueTracking] Use knownbits interface for determining if `div`/`rem` are safe to speculate

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 13:59:54 PDT 2023


xbolva00 added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:712
 bool isSafeToSpeculativelyExecute(const Instruction *I,
+                                  bool PreservesOpCharacteristics,
                                   const Instruction *CtxI = nullptr,
----------------
Document PreservesOpCharacteristics?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149423



More information about the llvm-commits mailing list