search for: a33e44cb

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

2015 Apr 20
2
[LLVMdev] CodeGen runtime tests
Hi LLVMdev, I have a test that checks if CodeGen implements shift instruction for illegal types correctly. The test itself checks the runtime result of the operation using lli tool. This runtime check approach is quite different from tests in test/CodeGen, as they use llc tool mainly. Should my test be places somewhere else? Or should it be reimplemented? http://reviews.llvm.org/D7752 - Paweł