[all-commits] [llvm/llvm-project] 564e08: [PowerPC] Allow MMA built-ins to accept restrict a...
ahsansaghir via All-commits
all-commits at lists.llvm.org
Tue Oct 12 06:52:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 564e082d0954e0beebfff994ac03471d926cd1d1
https://github.com/llvm/llvm-project/commit/564e082d0954e0beebfff994ac03471d926cd1d1
Author: Ahsan Saghir <saghir at ca.ibm.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/ppc-pair-mma-types.c
Log Message:
-----------
[PowerPC] Allow MMA built-ins to accept restrict and volatile qualified pointers
This patch allows MMA built-ins on PowerPC to accept restrict
and volatile qualified pointers.
Reviewed By: #powerpc, nemanjai
Differential Revision: https://reviews.llvm.org/D106550
More information about the All-commits
mailing list