Matt Arsenault via llvm-dev
2017-Mar-17 23:07 UTC
[llvm-dev] Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))
> On Mar 17, 2017, at 06:31, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Shiva, > > Thanks for reporting this. It looks like a bug to me (from r292855). Can you file a bug report? Matt, can you fix this? > > -Halhttps://reviews.llvm.org/D31107
Shiva Chen via llvm-dev
2017-Mar-21 01:43 UTC
[llvm-dev] Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))
Hi Hal, I don't have llvm bugzilla account yet and I send the email to llvm-admin at lists.llvm.org last friday. I'll file the bug as soon as I get the account. Thanks for verify the issue. Shiva 2017-03-18 7:07 GMT+08:00 Matt Arsenault <arsenm2 at gmail.com>:> >> On Mar 17, 2017, at 06:31, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi Shiva, >> >> Thanks for reporting this. It looks like a bug to me (from r292855). Can you file a bug report? Matt, can you fix this? >> >> -Hal > > https://reviews.llvm.org/D31107
Matt Arsenault via llvm-dev
2017-Mar-21 02:54 UTC
[llvm-dev] Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))
> On Mar 20, 2017, at 18:43, Shiva Chen <shiva0217 at gmail.com> wrote: > > Hi Hal, > > I don't have llvm bugzilla account yet and I send the email to > llvm-admin at lists.llvm.org last friday. > I'll file the bug as soon as I get the account. > > Thanks for verify the issue. > Shiva >Should be fixed by r298312