Compiler-rt part of D26230: Add (constant) masked load/store support
authorFilipe Cabecinhas <me@filcab.net>
Tue, 29 Nov 2016 16:56:59 +0000 (16:56 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 29 Nov 2016 16:56:59 +0000 (16:56 +0000)
commitbca5fd4f812db9fc692029ebb35fce5871fe6c24
tree5e75dfbbdce7cb5194c177c92115eab189ddbca0
parent536574672351ca5259a84b3f99a1cd57c82a6e03
Compiler-rt part of D26230: Add (constant) masked load/store support

Summary:
Unfortunately, there is no way to emit an llvm masked load/store in
clang without optimizations, and AVX enabled. Unsure how we should go
about making sure this test only runs if it's possible to execute AVX
code.

Reviewers: kcc, RKSimon, pgousseau

Subscribers: kubabrecka, dberris, llvm-commits

Differential Revision: https://reviews.llvm.org/D26506

llvm-svn: 288162
compiler-rt/test/asan/TestCases/masked-ops.cpp [new file with mode: 0644]