saghir updated this revision to Diff 337765.
saghir added a comment.
Fixed spelling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100482/new/
https://reviews.llvm.org/D100482
Files:
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/CodeGen/
amyk accepted this revision.
amyk added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: clang/include/clang/Basic/BuiltinsPPC.def:683
+// Provided builtins with _mma_ prefix for compatability.
+CUSTOM_BUILTIN(mma_lxvp, "W256SLLiW256C*", false)
--