diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-21 09:41:01 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-21 09:41:01 +0000 |
commit | 519ea284af84f77fea8ffdc9d9041b91ba8b49ee (patch) | |
tree | ac2088c8b1d73db6af9751ec5fe00b9f5bfad6dd /llvm/lib/Object | |
parent | d7c85137aa392e8879dd7d37f3bb951def683e08 (diff) | |
download | bcm5719-llvm-519ea284af84f77fea8ffdc9d9041b91ba8b49ee.tar.gz bcm5719-llvm-519ea284af84f77fea8ffdc9d9041b91ba8b49ee.zip |
SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).
properlyDominates() shouldn't be used as sort key. It causes different output between stdlibc++ and libc++.
Instead, I introduced RPOT. In most cases, it works for CSE.
llvm-svn: 318743
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions