search for: test_sqrt

Displaying 1 result from an estimated 1 matches for "test_sqrt".

Did you mean: test_set
2012 Dec 10
1
[LLVMdev] CodeGen Generic lit tests
...articular architecture so I ran llc -march= manually for all architectures. I found that intrinsics.ll does not compile for all architectures out of the box. For example with march=sparcv9 it fails when "Running pass 'SPARC DAG->DAG Pattern Instruction Selection' on function '@test_sqrt'" What are test/CodeGen/Generic/* meant to test? It seems when I run 'make check' it only tests on the native architecture.. paul