commit | 0cbbf04d21537d4a4bdc513725e1c6cf9345f09c | [log] [tgz] |
---|---|---|
author | Artem Belevich <tra@google.com> | Wed Feb 28 18:51:22 2018 +0000 |
committer | Artem Belevich <tra@google.com> | Wed Feb 28 18:51:22 2018 +0000 |
tree | 3ab21a5a170b897574441f029d1f70f9bb73896c | |
parent | 8e63a838087fe82bf9af5df9d659ca0528147093 [diff] |
[NVPTX] Removed always-true predicates in NVPTX. NVPTX stopped supporting GPUs older than sm_20 (Fermi) quite a while back. Removal of support of pre-Fermi GPUs made a lot of predicates in the NVPTX backend pointless as they can't ever be false any more. It's time to retire them. NFC intended. Differential Revision: https://reviews.llvm.org/D43843 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326349 91177308-0d34-0410-b5e6-96231b3b80d8