Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVX Intrinsic SegF #40

Open
rolandschulz opened this issue May 17, 2017 · 1 comment
Open

AVX Intrinsic SegF #40

rolandschulz opened this issue May 17, 2017 · 1 comment
Assignees
Labels

Comments

@rolandschulz
Copy link

rolandschulz commented May 17, 2017

Given:

#include <x86intrin.h>
int main() {
    __m256 x = _mm256_set1_ps(1);
    return 0;
}

And Archer (dc4e363) build with out of source with LLVM 4.0 and OMP-TR4 I get:

1.      <eof> parser at end of file
2.      Per-function optimization
3.      Running pass 'InstrumentParallel' on function '@_mm256_set1_ps'
clang-4.0: error: unable to execute command: Segmentation fault (core dumped)
@jprotze
Copy link
Contributor

jprotze commented May 17, 2017

This code seems to work with upstream TSan. I think the error reffers to the versioning code for parallel regions.
@simoatze do you think this can behandled with a general approach?

@jprotze jprotze added the bug label May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants