diff options
author | Francis Visoiu Mistrih <francisvm@apple.com> | 2023-09-05 13:24:54 -0400 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@apple.com> | 2023-09-05 14:22:55 -0400 |
commit | c1eacc3c409458cbd2de85c21af2df8562d73bef (patch) | |
tree | 20cd87d4c18577be75e1162a1dfa97cda3d3c524 /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | f465a482caa94d01a2dd74e4c673adeb1f222f2f (diff) | |
download | llvm-c1eacc3c409458cbd2de85c21af2df8562d73bef.zip llvm-c1eacc3c409458cbd2de85c21af2df8562d73bef.tar.gz llvm-c1eacc3c409458cbd2de85c21af2df8562d73bef.tar.bz2 |
[Matrix] Fix test on SystemZ
As reported by @uweigand in https://reviews.llvm.org/D158883:
```
The newly added test cases in ffp-model.c fail on SystemZ, making CI red:
https://lab.llvm.org/buildbot/#/builders/94/builds/16280
The root cause seems to be that by default, the SystemZ back-end targets
a machine without SIMD support, and therefore vector return types are
passed via implicit reference according to the ABI
```
this uses manual stores instead of vector returns.
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions