[PATCH] D125506: [PowerPC] Implement XL compat __fnabs and __fnabss builtins.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 06:58:38 PDT 2022
amyk updated this revision to Diff 430249.
amyk added a comment.
Address review comments:
- Remove `-no-opaque-pointers` and updates CHECKs
- Simplify runs and checks of C and IR test files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125506/new/
https://reviews.llvm.org/D125506
Files:
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Basic/Targets/PPC.cpp
clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fnabs.c
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Target/PowerPC/P10InstrResources.td
llvm/lib/Target/PowerPC/P9InstrResources.td
llvm/lib/Target/PowerPC/PPCBack2BackFusion.def
llvm/lib/Target/PowerPC/PPCInstrInfo.td
llvm/lib/Target/PowerPC/PPCInstrVSX.td
llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fnabs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125506.430249.patch
Type: text/x-patch
Size: 10708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/aa740dc7/attachment.bin>
More information about the llvm-commits
mailing list