[llvm] r233062 - "float2int": Add a new pass to demote from float to int where possible.
Hans Wennborg
hans at chromium.org
Tue Mar 24 13:11:54 PDT 2015
On Tue, Mar 24, 2015 at 4:15 AM, James Molloy <james.molloy at arm.com> wrote:
> Author: jamesm
> Date: Tue Mar 24 06:15:23 2015
> New Revision: 233062
>
> URL: http://llvm.org/viewvc/llvm-project?rev=233062&view=rev
> Log:
> "float2int": Add a new pass to demote from float to int where possible.
This broke Chromium's build with an assert: "Uses remain when a value
is destroyed!"
I've filed PR23008 with a repro, and reverted this in r233105.
- Hans
More information about the llvm-commits
mailing list