[all-commits] [llvm/llvm-project] 89ccbd: [PowerPC] Implement MFSPR, MTMSR, MTSPR builtins
Conanap via All-commits
all-commits at lists.llvm.org
Wed Jul 14 12:40:24 PDT 2021
Branch: refs/heads/conanap/xl/1phase/mtf
Home: https://github.com/llvm/llvm-project
Commit: 89ccbdabb57b0782b2029a80c77d261e6fa6a138
https://github.com/llvm/llvm-project/commit/89ccbdabb57b0782b2029a80c77d261e6fa6a138
Author: Albion Fung <albionapc at gmail.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
Log Message:
-----------
[PowerPC] Implement MFSPR, MTMSR, MTSPR builtins
The builtins for mtmsr, mtspr, mfspr are implemented in this patch.
This is for xlC compatibility.
More information about the All-commits
mailing list