[all-commits] [llvm/llvm-project] 7200d2: [NFC] Disallow unused prefixes in CodeGen/PowerPC ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Jan 11 09:25:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7200d2cf0891ef56607fd0336029b33bd4097eed
https://github.com/llvm/llvm-project/commit/7200d2cf0891ef56607fd0336029b33bd4097eed
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
M llvm/test/CodeGen/PowerPC/aix32-cc-abi-vaarg.ll
M llvm/test/CodeGen/PowerPC/aix64-cc-abi-vaarg.ll
M llvm/test/CodeGen/PowerPC/lit.local.cfg
M llvm/test/CodeGen/PowerPC/lower-massv.ll
M llvm/test/CodeGen/PowerPC/popcnt-zext.ll
M llvm/test/CodeGen/PowerPC/ppc32-pic.ll
M llvm/test/CodeGen/PowerPC/srem-lkk.ll
M llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
M llvm/test/CodeGen/PowerPC/testComparesigeuc.ll
M llvm/test/CodeGen/PowerPC/testComparesigeui.ll
M llvm/test/CodeGen/PowerPC/testComparesigeull.ll
M llvm/test/CodeGen/PowerPC/testComparesigeus.ll
M llvm/test/CodeGen/PowerPC/testComparesileuc.ll
M llvm/test/CodeGen/PowerPC/testComparesileui.ll
M llvm/test/CodeGen/PowerPC/testComparesileull.ll
M llvm/test/CodeGen/PowerPC/testComparesileus.ll
M llvm/test/CodeGen/PowerPC/testComparesiltsc.ll
M llvm/test/CodeGen/PowerPC/testComparesiltsi.ll
M llvm/test/CodeGen/PowerPC/testComparesiltsll.ll
M llvm/test/CodeGen/PowerPC/testComparesiltss.ll
M llvm/test/CodeGen/PowerPC/testComparesiltuc.ll
M llvm/test/CodeGen/PowerPC/testComparesiltui.ll
M llvm/test/CodeGen/PowerPC/testComparesiltus.ll
M llvm/test/CodeGen/PowerPC/testComparesllgeuc.ll
M llvm/test/CodeGen/PowerPC/testComparesllgeui.ll
M llvm/test/CodeGen/PowerPC/testComparesllgeull.ll
M llvm/test/CodeGen/PowerPC/testComparesllgeus.ll
M llvm/test/CodeGen/PowerPC/testComparesllleuc.ll
M llvm/test/CodeGen/PowerPC/testComparesllleui.ll
M llvm/test/CodeGen/PowerPC/testComparesllleull.ll
M llvm/test/CodeGen/PowerPC/testComparesllleus.ll
M llvm/test/CodeGen/PowerPC/testComparesllltsll.ll
M llvm/test/CodeGen/PowerPC/testComparesllltuc.ll
M llvm/test/CodeGen/PowerPC/testComparesllltus.ll
M llvm/test/CodeGen/PowerPC/urem-lkk.ll
M llvm/test/CodeGen/PowerPC/vec_splat.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/vmladduhm.ll
Log Message:
-----------
[NFC] Disallow unused prefixes in CodeGen/PowerPC tests.
Also removed where applicable.
Differential Revision: https://reviews.llvm.org/D94385
More information about the All-commits
mailing list