Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c | ||
---|---|---|
2 ↗ | (On Diff #272059) | We said ARM_FEATURE_BF16_SCALAR_ARITHMETIC is implied by __ARM_FEATURE_SVE_BF16, so I think you should remove this macro definition. |
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c | ||
---|---|---|
2 ↗ | (On Diff #272059) | that's correct but it's not handled yet, __ARM_FEATURE_SVE_BF16 isn't enabled as the implementation is incomplete, it'll eventually be enabled in the driver, but for now we need to explicitly define both macros in all tests. |
Comment Actions
Changes:
- Rebased.
- Moved bfloat test to separate file.
- Added checks to test intrinsics are guarded by feature flag, this is by omitting the feature macro __ARM_FEATURE_SVE_BF16 for now but will eventually be updated to omit +bf16 once the feature flag implies the macro.