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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 06:37:53 PDT 2021


amyk updated this revision to Diff 330635.
amyk retitled this revision from "[PowerPC] Add additional load/store test cases" to "[NFC][PowerPC] Add additional load/store test cases".
amyk added a comment.

This patch is NFC as it is just adding test cases. Update the revision to combine some of the files together and to reflect the final version that will be committed.


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-ldst.ll
  llvm/test/CodeGen/PowerPC/atomics-i32-ldst.ll
  llvm/test/CodeGen/PowerPC/atomics-i64-ldst.ll
  llvm/test/CodeGen/PowerPC/atomics-i8-ldst.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-ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-float-ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-i16-ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-i32-ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-i64-ldst.ll
  llvm/test/CodeGen/PowerPC/scalar-i8-ldst.ll
  llvm/test/CodeGen/PowerPC/vector-ldst.ll



More information about the llvm-commits mailing list