[PATCH] D97391: [PowerPC] Add additional load/store test cases

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 07:01:46 PST 2021


amyk updated this revision to Diff 326376.
amyk added a comment.

Updated the patch to remove duplicate test cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97391/new/

https://reviews.llvm.org/D97391

Files:
  llvm/test/CodeGen/PowerPC/atomics-i16-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-i16-stores.ll
  llvm/test/CodeGen/PowerPC/atomics-i32-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-i32-stores.ll
  llvm/test/CodeGen/PowerPC/atomics-i64-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-i64-stores.ll
  llvm/test/CodeGen/PowerPC/atomics-i8-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-i8-stores.ll
  llvm/test/CodeGen/PowerPC/atomics-ui16-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-ui32-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-ui64-loads.ll
  llvm/test/CodeGen/PowerPC/atomics-ui8-loads.ll
  llvm/test/CodeGen/PowerPC/f128_ldst.ll
  llvm/test/CodeGen/PowerPC/int128_ldst.ll
  llvm/test/CodeGen/PowerPC/pcrel_ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-double-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-double-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-float-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-float-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-i16-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-i16-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-i32-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-i32-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-i64-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-i64-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-i8-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-i8-stores.ll
  llvm/test/CodeGen/PowerPC/scalar-ui16-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-ui32-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-ui64-loads.ll
  llvm/test/CodeGen/PowerPC/scalar-ui8-loads.ll
  llvm/test/CodeGen/PowerPC/vector-ldst.ll



More information about the llvm-commits mailing list