[PATCH] D92369: [ARM] Improve handling of empty VPT blocks in tail predicated loops

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 5 05:51:24 PST 2020


dmgreen updated this revision to Diff 309735.
dmgreen added a comment.

I've added an assert that checks isVPTOpcode (which I think may already be checked but it's not a bad check to add again if we are relying on it here).


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

https://reviews.llvm.org/D92369

Files:
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92369.309735.patch
Type: text/x-patch
Size: 20513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201205/b1944be0/attachment.bin>


More information about the llvm-commits mailing list