[PATCH] D83364: [PowerPC][Power10] Implement Instruction definition and MC Tests for Load and Store VSX Vector with Zero or Sign Extend
    Albion Fung via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul  9 13:33:37 PDT 2020
    
    
  
Conanap marked an inline comment as done.
Conanap added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:939
+  // The XFormMemOp flag for the following 8 insts is set on the instruction format.
+  let mayLoad = 1, mayStore = 1 in {
+    def LXVRBX : X_XT6_RA5_RB5<31, 13, "lxvrbx", vsrc, []>;
----------------
bsaleil wrote:
> Shouldn't `mayStore` be 0 instead of 1 here ?
yes, thanks; will fix on the commit
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83364/new/
https://reviews.llvm.org/D83364
    
    
More information about the llvm-commits
mailing list