Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that...
authorMichael Ilseman <milseman@apple.com>
Tue, 25 Sep 2012 01:33:33 +0000 (01:33 +0000)
committerMichael Ilseman <milseman@apple.com>
Tue, 25 Sep 2012 01:33:33 +0000 (01:33 +0000)
commite5510db57c86a618cbf9c7513e03f34e7e40a1fd
treeb309f82f2c484877a0d591a36214dd8d7d3bbb82
parentfbc21fabaef9a74334c54574a4949f864451f1b6
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164582 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/IntegerDivision.cpp [new file with mode: 0644]