[llvm] r191393 - Teach DAGCombiner how to canonicalize dags according to the rule
Andrea_DiBiagio at sn.scee.net
Andrea_DiBiagio at sn.scee.net
Thu Sep 26 09:47:11 PDT 2013
> From: Rafael EspĂndola <rafael.espindola at gmail.com>
>
> This causes llc to crash on
>
> -----------------------------
> define void @g(i32 %a) {
> %b = lshr i32 %a, 2
> %c = zext i32 %b to i64
> %d = add i64 %c, 1
> %e = shl i64 %c, 2
> tail call void @f(i64 %e)
> ret void
> }
>
> declare void @f(i64)
> -----------------------------
>
> which is pr17380.
>
> Could you please take a look?
Sure, I'll have a look.
I am going to revert the change.
Andrea Di Biagio
**********************************************************************
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify postmaster at scee.net
This footnote also confirms that this email message has been checked for
all known viruses.
Sony Computer Entertainment Europe Limited
Registered Office: 10 Great Marlborough Street, London W1F 7LP, United
Kingdom
Registered in England: 3277793
**********************************************************************
P Please consider the environment before printing this e-mail
More information about the llvm-commits
mailing list