[PATCH] D62819: [SCCP] Add UnaryOperator visitor to SCCP

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 11:29:51 PDT 2019


craig.topper added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/SCCP.cpp:973
 
 // Handle Binary Operators.
+void SCCPSolver::visitUnaryOperator(Instruction &I) {
----------------
Binary->Unary


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62819





More information about the llvm-commits mailing list