[PATCH] D61693: Rough out InstCombine::visitFNeg(...)
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 12:29:37 PDT 2019
cameron.mcinally created this revision.
cameron.mcinally added reviewers: spatel, kpn, arsenm, craig.topper, andrew.w.kaylor.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.
Start by pulling out a little chunk of code that FNeg and FSub will share. More to follow...
Repository:
rL LLVM
https://reviews.llvm.org/D61693
Files:
llvm/include/llvm/IR/InstrTypes.h
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: D61693.198711.patch
Type: text/x-patch
Size: 10194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190508/1c1912c5/attachment.bin>
More information about the llvm-commits
mailing list