David Blaikie
bdf40a62a7
Test case updates for explicit type parameter to the gep operator
...
llvm-svn: 232187
2015-03-13 18:21:46 +00:00
David Blaikie
a953f2825b
Update Clang tests to handle explicitly typed load changes in LLVM.
...
llvm-svn: 230795
2015-02-27 21:19:58 +00:00
Benjamin Kramer
06e0dadede
test case hygiene.
...
llvm-svn: 199017
2014-01-11 21:22:35 +00:00
Rafael Espindola
c4d672a49d
Misc test cleanups.
...
* tbaa-struct.cpp always has a 64 bit pointer.
* f32:32:32, f64:64:64 and f128:128:128 are defaults, don't assume they are
printed.
llvm-svn: 197415
2013-12-16 19:53:26 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
JF Bastien
2a0a476e74
Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned
...
Add x86-64 triple, and check its datalayout. Also add some comments, and use the new CHECK-LABEL.
llvm-svn: 186564
2013-07-18 06:11:45 +00:00
NAKAMURA Takumi
39eb51e89a
clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.
...
llvm-svn: 186492
2013-07-17 06:39:40 +00:00
JF Bastien
27dcbb24e5
Propagate alignment for _Complex
...
_Complex load/store didn't have their alignment set properly, which was visible when GCC's torture tests use volatile _Complex.
Update some existing tests to check for alignment, and add a new test which also has over-aligned volatile _Complex (since the imaginary part shouldn't be overaligned, only the real part).
llvm-svn: 186490
2013-07-17 05:57:42 +00:00