[all-commits] [llvm/llvm-project] 7aaa85: [PowerPC] Add options to control paired vector mem...
Lei Huang via All-commits
all-commits at lists.llvm.org
Wed Jul 29 12:01:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7aaa85627b5937364d4c944d8f6828a6a3759785
https://github.com/llvm/llvm-project/commit/7aaa85627b5937364d4c944d8f6828a6a3759785
Author: Baptiste Saleil <baptiste.saleil at ibm.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/Basic/Targets/PPC.h
M clang/test/Driver/ppc-dependent-options.cpp
M llvm/lib/Target/PowerPC/PPC.td
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/lib/Target/PowerPC/PPCScheduleP9.td
M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.h
M llvm/test/CodeGen/PowerPC/future-check-features.ll
Log Message:
-----------
[PowerPC] Add options to control paired vector memops support
Adds frontend and backend options to enable and disable the
PowerPC paired vector memory operations added in ISA 3.1.
Instructions using these options will be added in subsequent patches.
Differential Revision: https://reviews.llvm.org/D83722
More information about the All-commits
mailing list