[PATCH] D61693: Rough out InstCombine::visitFNeg(...)
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 12:27:07 PDT 2019
cameron.mcinally added a comment.
Bah, I forgot to amend my commit message before committing. For posterity's sake, it should have read:
[InstCombine] Create foldFNegIntoConstant(...) helper for FNeg
Break out a helper function, namely foldFNegIntoConstant(...), which performs transforms common between visitFNeg(...) and visitFSub(...).
Differential Revision: https://reviews.llvm.org/D61693
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61693/new/
https://reviews.llvm.org/D61693
More information about the llvm-commits
mailing list