[all-commits] [llvm/llvm-project] 00769d: [flang] Add -fppc-native-vector-element-order opti...
kkwli via All-commits
all-commits at lists.llvm.org
Fri Aug 4 14:11:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00769d69fbaa39ecdcbbaf826a35ad999bdc951e
https://github.com/llvm/llvm-project/commit/00769d69fbaa39ecdcbbaf826a35ad999bdc951e
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/include/flang/Lower/CustomIntrinsicCall.h
M flang/include/flang/Lower/LoweringOptions.def
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/CustomIntrinsicCall.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
M flang/test/Driver/frontend-forwarding.f90
A flang/test/Lower/PowerPC/ppc-vec_cvf-elem-order.f90
M flang/tools/bbc/bbc.cpp
Log Message:
-----------
[flang] Add -fppc-native-vector-element-order option to control the element order in PowerPC vector types
This patch also adds a LIT test for the vec_cvf intrinsic that
can be affected by the option.
Co-authored-by: Mark Danial <Mark.Danial at ibm.com>
Co-authored-by: Daniel Chen <cdchen at ca.ibm.com>
Differential Revision: https://reviews.llvm.org/D155852
More information about the All-commits
mailing list