summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fp128_complex.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.Tim Northover2016-03-091-3/+3
| | | | | | | | | | | | | | | This is mostly a one-time autoconversion of tests that checked assembly after "-Owhatever" compiles to only run "opt -mem2reg" and check the assembly. This should make them much more stable to changes in LLVM so they won't break on unrelated changes. "opt -mem2reg" is a compromise designed to increase the readability of tests that check dataflow, while minimizing dependency on LLVM. Hopefully mem2reg is stable enough that no surpises will come along. Should address http://llvm.org/PR26815. llvm-svn: 263048
* Remove including <complex.h> in test case, and change to use _Complex instead.Jiangning Liu2014-10-211-2/+1
| | | | llvm-svn: 220258
* Lower compound assignment for the missing type llvm::Type::FP128TyID.Jiangning Liu2014-10-211-0/+10
llvm-svn: 220257
OpenPOWER on IntegriCloud