[PATCH] D61463: [SelectionDAG] Add asserts to verify the vectorness of input and output types of TRUNCATE/ZERO_EXTEND/ANY_EXTEND/SIGN_EXTEND agree

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 14:29:35 PDT 2019


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

Could make a cast op helper for repeated asserts (including existing ones before this patch), but this LGTM - more asserts, less cryptic crashing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61463/new/

https://reviews.llvm.org/D61463





More information about the llvm-commits mailing list