[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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 13:25:15 PDT 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Oh, oops, you're right.  Could you change it to check isVectorTy() instead, to make that more obvious?

Otherwise LGTM.


https://reviews.llvm.org/D32874





More information about the llvm-commits mailing list