[PATCH] D106959: [PowerPC] swdiv builtins for XL compatibility
    Victor Huang via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jul 30 11:52:02 PDT 2021
    
    
  
NeHuang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/O3-pipeline.ll:211
   ret void
-}
\ No newline at end of file
+}
----------------
unrelated change?
================
Comment at: llvm/test/CodeGen/PowerPC/int-ppc-ftdivdp.ll:7
+; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-aix \
+; RUN:   -mcpu=pwr8 < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-unknown \
----------------
nit: `pwr7`  for aix run lines
================
Comment at: llvm/test/CodeGen/PowerPC/int-ppc-ftdivdp.ll:8
+; RUN:   -mcpu=pwr8 < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-unknown \
+; RUN:   -mattr=-vsx -mcpu=pwr8 < %s | FileCheck %s --check-prefix=CHECK-NOVSX
----------------
can we also add a run line for 64 bit AIX?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106959/new/
https://reviews.llvm.org/D106959
    
    
More information about the cfe-commits
mailing list