[all-commits] [llvm/llvm-project] e582c0: [NFC][PowerPC] Add additional load/store test cases
Amy Kwan via All-commits
all-commits at lists.llvm.org
Mon Mar 15 06:55:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e582c073d19b3c15d39cbe15a2f30b6190c6d0b1
https://github.com/llvm/llvm-project/commit/e582c073d19b3c15d39cbe15a2f30b6190c6d0b1
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
A llvm/test/CodeGen/PowerPC/atomics-i16-ldst.ll
A llvm/test/CodeGen/PowerPC/atomics-i32-ldst.ll
A llvm/test/CodeGen/PowerPC/atomics-i64-ldst.ll
A llvm/test/CodeGen/PowerPC/atomics-i8-ldst.ll
A llvm/test/CodeGen/PowerPC/f128_ldst.ll
A llvm/test/CodeGen/PowerPC/int128_ldst.ll
A llvm/test/CodeGen/PowerPC/pcrel_ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-double-ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-float-ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-i16-ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-i32-ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-i64-ldst.ll
A llvm/test/CodeGen/PowerPC/scalar-i8-ldst.ll
A llvm/test/CodeGen/PowerPC/vector-ldst.ll
Log Message:
-----------
[NFC][PowerPC] Add additional load/store test cases
This patch adds additional load/store test cases involving scalars, vectors,
and PC-Rel in preparation for the refactored load and store implementation
introduced in D93370.
Differential Revision: https://reviews.llvm.org/D97391
More information about the All-commits
mailing list