This switches the v8.5-a FRINT intrinsics over to be target-gated, behind preprocessor defines. This one is pretty simple, being AArch64 only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135646
[AArch64] Alter v8.5a FRINT neon intrinsics to be target-based, not preprocessor based ClosedPublic Authored by dmgreen on Oct 11 2022, 12:36 AM.
Details Summary This switches the v8.5-a FRINT intrinsics over to be target-gated, behind preprocessor defines. This one is pretty simple, being AArch64 only.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 11 2022, 2:06 AM This revision was landed with ongoing or failed builds.Oct 24 2022, 3:22 AM Closed by commit rG6f1e43036059: [AArch64] Alter v8.5a FRINT neon intrinsics to be target-based, not… (authored by dmgreen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 470104 clang/include/clang/Basic/arm_neon.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/Sema/aarch64-neon-target.c
|