[llvm-commits] [PATCH] Fix sext(setcc(N0 cc N0)) for vectors
Duncan Sands
baldrick at free.fr
Wed Jun 13 06:49:40 PDT 2012
Hi Jose,
> There are a few lli tests in test/ExecutionEngine/*
those are tests for the ExecutionEngine, i.e. for lli itself, so I guess
they are an exception.
> If there's no better solution, we'll rewrite the test as x86 assembly pattern matching then.
> The test will be specific to x86 backend, although the problem was in the generic code, and could happen with arm too, but's better than nothing.
As I mentioned you can put it in the nightly testsuite
(svn co http://llvm.org/svn/llvm-project/test-suite/trunk)
Ciao, Duncan.
More information about the llvm-commits
mailing list