[PATCH] D100482: [PowerPC] Provide MMA builtins for compatability

2021-04-15 Thread Ahsan Saghir via Phabricator via cfe-commits
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/

[PATCH] D100482: [PowerPC] Provide MMA builtins for compatability

2021-04-14 Thread Amy Kwan via Phabricator via cfe-commits
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) --