[PATCH] D71330: [ARM][MVE] findVCMPToFoldIntoVPS. NFC.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 23:48:21 PST 2019


samparker added a comment.

If this is going to be rewritten, I'd suggest using RDA here which should hopefully be able to get your the reaching def of the VPR in a single call. Two more calls for checking for defs between instructions.


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

https://reviews.llvm.org/D71330





More information about the llvm-commits mailing list