Skip to content

Commit 0734775

Browse files
committed
address comment
1 parent 590c260 commit 0734775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Basic/BuiltinsPPC.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,11 +1147,11 @@ UNALIASED_CUSTOM_BUILTIN(mma_dmxvi8gerx4spp, "vW1024*W256V", true,
11471147
UNALIASED_CUSTOM_BUILTIN(mma_pmdmxvi8gerx4spp, "vW1024*W256Vi255i15i15", true,
11481148
"mma,paired-vector-memops")
11491149
UNALIASED_CUSTOM_BUILTIN(mma_dmsetdmrz, "vW1024*", false,
1150-
"mma,paired-vector-memops")
1150+
"mma,isa-future-instructions")
11511151
UNALIASED_CUSTOM_BUILTIN(mma_dmmr, "vW1024*W1024*", false,
1152-
"mma,paired-vector-memops")
1152+
"mma,isa-future-instructions")
11531153
UNALIASED_CUSTOM_BUILTIN(mma_dmxor, "vW1024*W1024*", true,
1154-
"mma,paired-vector-memops")
1154+
"mma,isa-future-instructions")
11551155

11561156
// FIXME: Obviously incomplete.
11571157

0 commit comments

Comments
 (0)