[PATCH] Avoid illegal integer promotion in X86FastISel
Michael Liao
michael.liao at intel.com
Thu Nov 7 14:43:08 PST 2013
Could you pipe the output directly into FileCheck instead of generating
a temporary file? Sometimes, garbage file left may pass a test
unintentionally.
- michael
On Wed, 2013-11-06 at 16:23 -0800, Duncan P. N. Exon Smith wrote:
> This patch changes fastisel to only fold constant add operations into
> GEPs when the type sizes match. Without it, the operands of the add
> are implicitly promoted, changing the conditions of an overflow and
> the result of the GEP.
>
> <rdar://problem/15292280>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list