Skip to content

Commit 3b18dea

Browse files
committed
fix err in rebase
1 parent 4c3ef08 commit 3b18dea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/include/clang/Basic/BuiltinsPPC.def

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,8 @@ UNALIASED_CUSTOM_BUILTIN(mma_dmmr, "vW1024*W1024*", false,
10981098
"mma,isa-future-instructions")
10991099
UNALIASED_CUSTOM_BUILTIN(mma_dmxor, "vW1024*W1024*", true,
11001100
"mma,isa-future-instructions")
1101+
1102+
// MMA builtins with positive/negative multiply/accumulate.
11011103
UNALIASED_CUSTOM_MMA_BUILTIN(mma_xvf16ger2, "vW512*VV",
11021104
"mma,paired-vector-memops")
11031105
UNALIASED_CUSTOM_MMA_BUILTIN(mma_xvf32ger, "vW512*VV",
@@ -1141,6 +1143,8 @@ UNALIASED_CUSTOM_MMA_BUILTIN(mma_xvbf16ger2, "vW512*VV",
11411143
UNALIASED_CUSTOM_MMA_BUILTIN(mma_pmxvbf16ger2, "vW512*VVi15i15i3",
11421144
"mma,paired-vector-memops")
11431145

1146+
=======
1147+
>>>>>>> 4cfc00bee224 (fix err in rebase)
11441148
// FIXME: Obviously incomplete.
11451149

11461150
#undef BUILTIN

0 commit comments

Comments
 (0)