Currently we only support them in AArch64 mode. The AArch64 test cases are in tools/clang/test/CodeGen/aarch64-neon-2velem.c.
Details
Details
- Reviewers
t.p.northover rengolin SjoerdMeijer - Commits
- rG9b20c245ca36: [NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics in AArch32 mode
rC330336: [NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics in AArch32 mode
rL330336: [NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics in AArch32 mode
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/arm-neon-fma.c | ||
---|---|---|
27 ↗ | (On Diff #142560) | If these bitcasts are not used, we also don't need to check for them; that looks to be inline with the other tests here. |