[PATCH] D105957: [PowerPC] Implement intrinsics for mtfsf[i]
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 14 19:58:43 PDT 2021
qiucf accepted this revision.
qiucf added a comment.
This revision is now accepted and ready to land.
The PPC instructions tablegen part looks good to me.
================
Comment at: llvm/include/llvm/IR/IntrinsicsPowerPC.td:1589
[IntrNoMem, IntrHasSideEffects]>;
def int_ppc_mtfsfi
: GCCBuiltin<"__builtin_ppc_mtfsfi">,
----------------
If `mtfsf` was changed, `mtfsfi` `mtfsb0` `mtfsb1` should also be changed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105957/new/
https://reviews.llvm.org/D105957
More information about the cfe-commits
mailing list