[PATCH] D32874: [JumpThreading] Change a dyn_cast that is already protected by an isa check to a static cast. Combine the with another static cast. NFC

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 13:10:21 PDT 2017


craig.topper added a comment.

Doesn't isIntegerTy omit vector of integers which would be valid for cmp type?


https://reviews.llvm.org/D32874





More information about the llvm-commits mailing list