This patch adds command line option for enabling power10-vector support.
Details
Details
- Reviewers
hfinkel nemanjai lei amyk - Group Reviewers
Restricted Project - Commits
- rG37e72f47a41d: [PowerPC] Add -m[no-]power10-vector clang and llvm option
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
Minor nit can be addressed during commit.
clang/lib/Basic/Targets/PPC.cpp | ||
---|---|---|
413 | nit: this should be an else if, same as what you did on line 401. |
nit: this should be an else if, same as what you did on line 401.