[PATCH] D66580: [ARM] Fold VPNOT into vpt blocks

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 03:23:20 PDT 2019


dmgreen added a comment.

I realised that this should probably be checking that the value produced by VPNOT is not used further along in the function. The VPT block "else" will not be updating the value like VPNOT will.


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

https://reviews.llvm.org/D66580





More information about the llvm-commits mailing list