[LLVMdev] CodeGen runtime tests
Paweł Bylica
chfast at gmail.com
Mon Apr 20 06:07:45 PDT 2015
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ł
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150420/f4572653/attachment.html>
More information about the llvm-dev
mailing list