diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-08-23 23:29:45 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-08-23 23:29:45 +0000 |
commit | 426344dc225978deaa79545e8e14366fa4f8e68d (patch) | |
tree | a638c9010f981eafc61d495571cf39514ca31f28 /lib/StaticAnalyzer/Core/BugReporter.cpp | |
parent | 0f3b4ca1764cd6d457f511d340fba504f41763c3 (diff) |
Fix _mm256_shuffle_ps mask! Example, for mask=203, Instead of:
<i32 3, i32 2, i32 8, i32 11, i32 3, i32 6, i32 12, i32 15>
generate:
<i32 3, i32 2, i32 8, i32 11, i32 7, i32 6, i32 12, i32 15>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/BugReporter.cpp')
0 files changed, 0 insertions, 0 deletions