[PATCH] D71426: [ARM] Utility functions MVEOpcodes. NFC.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 09:37:34 PST 2019


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: samparker, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls, mgorny.
Herald added a project: LLVM.
SjoerdMeijer retitled this revision from "[ARM] Create utility MVEOpcodes" to "[ARM] Utility functions MVEOpcodes. NFC.".

In files ARMLowOverheadLoops.cpp, MVETailPredication.cpp, and MVEVPTBlock.cpp we have quite a few helper functions all looking at the opcodes of MVE instructions. This moves all these utility functions to `Utils/MVEOpcodes.cpp` and namespace `MVEOpcodes` so that all these functions all clustered and we don't clutter the passes with them.


https://reviews.llvm.org/D71426

Files:
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/lib/Target/ARM/MVETailPredication.cpp
  llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
  llvm/lib/Target/ARM/Utils/CMakeLists.txt
  llvm/lib/Target/ARM/Utils/MVEOpcodes.cpp
  llvm/lib/Target/ARM/Utils/MVEOpcodes.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71426.233644.patch
Type: text/x-patch
Size: 11579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/b51ea5a6/attachment.bin>


More information about the llvm-commits mailing list