aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
authorChangpeng Fang <changpeng.fang@amd.com>2024-01-30 23:17:35 -0800
committerGitHub <noreply@github.com>2024-01-30 23:17:35 -0800
commit3564666fe19217e3d6d3d98dd182553fc8d50e6f (patch)
treeb43dc11b5c98a989371e295a6ab01e2cab807738 /clang/lib/Sema/SemaChecking.cpp
parentc83ec847ac9d06fb4ad85ce3bc50d7a6b122ead2 (diff)
downloadllvm-3564666fe19217e3d6d3d98dd182553fc8d50e6f.zip
llvm-3564666fe19217e3d6d3d98dd182553fc8d50e6f.tar.gz
llvm-3564666fe19217e3d6d3d98dd182553fc8d50e6f.tar.bz2
[AMDGPU]: Fix type signatures for wmma intrinsics, NFC (#80087)
Make the wmma intrinsic type signatures to be canonical. We need a type signature as long as the type is not fixed. However, when an argument's type matches a previous argument's type, we do not need the signature for this argument. This patch fixes three general cases: 1. add missing signatures 2. remove signatures for matching arguments 3. reorer the signatures -- return type signature should always appear first
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions