[all-commits] [llvm/llvm-project] 049f96: [ARM] Move MVE opcode helper functions to ARMBaseI...

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Mon Dec 16 01:17:27 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 049f9672d8566f0d0a115f11e2a53018ea502b10
      https://github.com/llvm/llvm-project/commit/049f9672d8566f0d0a115f11e2a53018ea502b10
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp

  Log Message:
  -----------
  [ARM] Move MVE opcode helper functions to ARMBaseInstrInfo. NFC.

In 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 ARMBaseInstrInfo.

Diferential Revision: https://reviews.llvm.org/D71426




More information about the All-commits mailing list