[PATCH] D106130: [PowerPC] Implemented mtmsr, mfspr, mtspr Builtins
    Lei Huang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 19 06:41:56 PDT 2021
    
    
  
lei added inline comments.
================
Comment at: llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll:3
+; NOTE: Had to manually modify the last test case (mtmsr) to allow the
+; NOTE: common check of mtmsr instead of 4 different check prefixes
 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
----------------
No need to add this `NOTE`.  Just remove the atuo generate line above.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106130/new/
https://reviews.llvm.org/D106130
    
    
More information about the llvm-commits
mailing list