[PATCH] D156579: InstCombine: Fold fneg (ldexp x, n) -> ldexp (fneg x), n
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 14:23:00 PDT 2023
arsenm updated this revision to Diff 546608.
arsenm added a comment.
Fix diff after test split
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156579/new/
https://reviews.llvm.org/D156579
Files:
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/test/Transforms/InstCombine/fneg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156579.546608.patch
Type: text/x-patch
Size: 9694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/c753c5e5/attachment.bin>
More information about the llvm-commits
mailing list