[llvm-commits] [llvm] [PATCH] fpround libcall
Bruno Cardoso Lopes
bruno.cardoso at gmail.com
Mon Jul 7 19:16:40 PDT 2008
On Mon, Jul 7, 2008 at 10:22 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> Also, it might be cleaner to just call ExpandOp. I'd hate to have 2
> places that generate the same libcall.
calling ExpandOp directly gives me an assert
getTypeAction(VT) == Expand && "Not an expanded type!"
since f32 is supported on the target!
That's why I issued directly!
--
Bruno Cardoso Lopes
http://www.brunocardoso.cc
"When faced with untenable alternatives, you
should consider your imperative."
More information about the llvm-commits
mailing list