Go to file
Elena Demikhovsky cc477bbcea Fixed a bug in splitting Scatter operation in the Type Legalizer.
After the split of the Scatter operation, the order of the new instructions is well defined - Lo goes before Hi. Otherwise the semantic of Scatter (from LSB to MSB) is broken.
I'm chaining 2 nodes to prevent reordering.

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

llvm-svn: 312894
2017-09-11 06:18:15 +00:00
clang
clang-tools-extra
compiler-rt
debuginfo-tests
libclc
libcxx Fix PR34298 - Allow std::function with an incomplete return type. 2017-09-10 23:41:20 +00:00
libcxxabi
libunwind
lld
lldb
llgo
llvm Fixed a bug in splitting Scatter operation in the Type Legalizer. 2017-09-11 06:18:15 +00:00
openmp
parallel-libs
polly