[llvm] r195773 - PR18060 - When we RAUW values with ExtractElement instructions in some cases
Nadav Rotem
nrotem at apple.com
Tue Nov 26 19:08:14 PST 2013
Fixed in r195791. Thanks Rafael!
On Nov 26, 2013, at 1:51 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> Looks like this caused
>
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/1246/steps/check-llvm%20msan/logs/stdio
>
>
>
>> +; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7
>> +
>> +target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128"
>> +target triple = "i386-pc-linux"
>
>
> Why the -basicaa, -dce and -mtriple? The original testcase was failing
> without any of them.
>
> Cheers,
> Rafael
More information about the llvm-commits
mailing list