[PATCH] D75130: Remove BinaryOperator::CreateFNeg

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 13:02:07 PST 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp:341
     Value *NewSel = Builder.CreateSelect(Cond, X, Y, SI.getName() + ".v", &SI);
     // TODO: Remove the hack for the binop form when the unary op is optimized
     //       properly with all IR passes.
----------------
What about this TODO?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75130





More information about the llvm-commits mailing list