about summary refs log tree commit diff homepage
path: root/test/Concrete/ConstantInit.ll
AgeCommit message (Collapse)Author
2019-03-21remove tests for LLVM <= 3.7Julian Büning
2018-05-24test: add versions of some tests for LLVM 3.7Richard Trembecký
Clone some tests to have their 3.7 version. 'call's, 'load's and 'getelementptr's match the new specification in them. @andreamattavelli: Fixed test cases: BitCastAlias test cases included modification to alias specifications that require LLVM 3.8 [v2] added comments what was changed and why [v3] the new tests are without suffix, the old ones have ".leq36". Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
2018-02-18Test complex constant data vectors as wellMartin Nowack
2018-02-18Add test case for constant vector initMartin Nowack