commit | 934f18144de4b8039e602608f508f5210177a670 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue Sep 24 11:27:38 2019 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Tue Sep 24 11:27:38 2019 +0000 |
tree | 7760bd8d1fe6e7f3d8428eb57b112cabef9cb3d1 | |
parent | b2077fdc3723ff8e9061788d526a01cdc85d6d0a [diff] |
LoopVectorize - silence static analyzer dyn_cast<CmpInst> null dereference warning. NFCI. The static analyzer is warning about a potential null dereference, but we should be able to use cast<CmpInst> directly and if not assert will fire for us. llvm-svn: 372732