summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
Commit message (Collapse)AuthorAgeFilesLines
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-161-0/+1
| | | | | | | | | | | | | | | When building LLVM as a (potentially dynamic) library that can be linked against by multiple compilers, the default triple is not really meaningful. We allow to explicitely set it to an empty string when configuring LLVM. In this case, said "target independent" tests in the test suite that are using the default triple are disabled by matching the newly available feature "default_triple". Reviewers: probinson, echristo Differential Revision: http://reviews.llvm.org/D12660 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247775
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Avoid crashing on a variable-index insertelement with element type i16.Eli Friedman2009-06-061-0/+11
llvm-svn: 72991
OpenPOWER on IntegriCloud