[PATCH] D26506: Compiler-rt part of D26230: Add (constant) masked load/store support

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 08:06:00 PST 2016


filcab created this revision.
filcab added reviewers: kcc, RKSimon, pgousseau.
filcab added a subscriber: llvm-commits.
Herald added subscribers: dberris, kubabrecka.

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 AVC
code.


https://reviews.llvm.org/D26506

Files:
  test/asan/TestCases/masked-ops.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26506.77488.patch
Type: text/x-patch
Size: 2927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/b684d81b/attachment.bin>


More information about the llvm-commits mailing list