[PATCH] D158066: [PowerPC] Fix use of FPSCR builtins in smmintrin.h
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 4 22:40:49 PDT 2023
qiucf updated this revision to Diff 555805.
qiucf added a comment.
- Add macro alias to `mffs` `mffsl` `mtfsf` and `set_fpscr_rn`, although they don't work in freestanding mode
- Add C++ run lines to intrinsics tests. To avoid further messing codegen checks, make them run under `-fsyntax-only`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158066/new/
https://reviews.llvm.org/D158066
Files:
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Basic/Targets/PPC.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Headers/ppc_wrappers/smmintrin.h
clang/test/CodeGen/PowerPC/builtins-ppc.c
clang/test/CodeGen/PowerPC/ppc-emmintrin.c
clang/test/CodeGen/PowerPC/ppc-mmintrin.c
clang/test/CodeGen/PowerPC/ppc-pmmintrin.c
clang/test/CodeGen/PowerPC/ppc-smmintrin.c
clang/test/CodeGen/PowerPC/ppc-tmmintrin.c
clang/test/CodeGen/PowerPC/ppc-x86gprintrin.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158066.555805.patch
Type: text/x-patch
Size: 18110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230905/dc84cf83/attachment-0001.bin>
More information about the cfe-commits
mailing list