[PATCH] D67904: [ARM][MVE] More invalidForTailPredication insts

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 03:50:49 PDT 2019


samparker created this revision.
samparker added reviewers: dmgreen, SjoerdMeijer, simon_tatham.
Herald added a subscriber: kristof.beyls.

'Blacklist' a few more instruction classes, including:

- instructions that 'narrow' their result.
- lane moves.
- byte swapping instructions.
- interleaving loads and stores.

Please shout if you know of any other instructions that could be troublesome to predict.


https://reviews.llvm.org/D67904

Files:
  lib/Target/ARM/ARMInstrMVE.td
  unittests/Target/ARM/MachineInstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67904.221281.patch
Type: text/x-patch
Size: 7580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190923/6a1a39bd/attachment.bin>


More information about the llvm-commits mailing list