[all-commits] [llvm/llvm-project] da6b87: [PowerPC] Implement MFSPR, MTMSR, MTSPR builtins
Conanap via All-commits
all-commits at lists.llvm.org
Thu Jul 15 12:29:34 PDT 2021
Branch: refs/heads/conanap/xl/1phase/mtf
Home: https://github.com/llvm/llvm-project
Commit: da6b871e66c933fc0c33ac4eddb1db479321c33d
https://github.com/llvm/llvm-project/commit/da6b871e66c933fc0c33ac4eddb1db479321c33d
Author: Albion Fung <albionapc at gmail.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.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