[PATCH] "float2int": Add a new pass to demote from float to int where possible.
James Molloy
james.molloy at arm.com
Thu Feb 26 09:18:26 PST 2015
Hi Hal, Philip,
This latest revision removes the recursion, replacing it with a slightly more complicated but still understandable two-phase approach.
Cheers,
James
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7790
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/Float2Int.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/Float2Int/basic.ll
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7790.20772.patch
Type: text/x-patch
Size: 27838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150226/0ddf0686/attachment.bin>
More information about the llvm-commits
mailing list