[PATCH] D74621: ValueTracking: Fix crash on weird size bswap

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 08:41:27 PST 2020


nikic added a comment.

I think it would make more sense to add support for this to APInt. These operations are well-defined and supported in IR, so APInt should support them as well.


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

https://reviews.llvm.org/D74621





More information about the llvm-commits mailing list