[clang] [AArch64] FP8 implicit bitcast (PR #122893)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 15 03:13:21 PST 2025
================
@@ -7429,6 +7429,11 @@ class Sema final : public SemaBase {
/// the perspective of SVE bitcasts.
bool isValidSveBitcast(QualType srcType, QualType destType);
+ /// Check for bitcast beween a regular vector type and builtin Neon vector
----------------
jthackray wrote:
typo:
```suggestion
/// Check for bitcast between a regular vector type and builtin Neon vector
```
https://github.com/llvm/llvm-project/pull/122893
More information about the cfe-commits
mailing list