[PATCH] D62669: [ARM] Set up infrastructure for MVE vector instructions.
    Mikhail Maltsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 11 06:06:17 PDT 2019
    
    
  
miyuki added inline comments.
================
Comment at: llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp:410
 
+  uint32_t getPowerTwoOpValue(const MCInst &MI, unsigned OpIdx,
+                              SmallVectorImpl<MCFixup> &Fixups,
----------------
GCC complains that this function is unused. It can probably be moved to D62678.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62669/new/
https://reviews.llvm.org/D62669
    
    
More information about the llvm-commits
mailing list