diff options
author | Brandon Wu <brandon.wu@sifive.com> | 2024-08-06 18:00:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 18:00:38 +0800 |
commit | 40c2aaf54e9a7b5c560bb68796d444180ad67b5d (patch) | |
tree | 14028ae9c388137cb160917c2a86127383461405 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6a59deafde742e30daf3bf886f98afc37f00d75b (diff) | |
download | llvm-40c2aaf54e9a7b5c560bb68796d444180ad67b5d.zip llvm-40c2aaf54e9a7b5c560bb68796d444180ad67b5d.tar.gz llvm-40c2aaf54e9a7b5c560bb68796d444180ad67b5d.tar.bz2 |
[RISCV][sema] Correct the requirement of `vf[n|w]cvt.x[|u].f` intrinsics (#101811)
Fix https://github.com/llvm/llvm-project/issues/101526
`vf[n|w]cvt.x[|u].f` for f16 needs `zvfh` instead of `zvfhmin`, current
approach
is not able to detect this. Ultimately we need to add `zvfh` to
RequiredFeatures
to check other intrinsics instead, the type check should be done in
checkRVVTypeSupport.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions