[PATCH] D83497: [PowerPC][Power10] Fix the VINSW instruction to have an i32 argument.
    Amy Kwan via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 10 07:26:40 PDT 2020
    
    
  
amyk marked an inline comment as done.
amyk added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsPowerPC.td:523
               Intrinsic<[llvm_v4i32_ty],
                         [llvm_v4i32_ty, llvm_i64_ty, llvm_v4i32_ty],
                         [IntrNoMem]>;
----------------
rzurob wrote:
> The same problem also occurs in vins[bhw][lr]
Ah, I missed that. Thank you for bringing that to my attention. I'll look into it. 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83497/new/
https://reviews.llvm.org/D83497
    
    
More information about the llvm-commits
mailing list