[clang] [llvm] [ARM] Handle roundeven for MVE. (PR #142557)
Simon Tatham via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 08:19:10 PDT 2025
================
@@ -424,21 +424,74 @@ entry:
ret <2 x double> %0
}
-declare <4 x float> @llvm.ceil.v4f32(<4 x float>)
----------------
statham-arm wrote:
These removed declarations don't seem related to the rest of the patch. Were they already redundant and you just noticed it in passing?
https://github.com/llvm/llvm-project/pull/142557
More information about the llvm-commits
mailing list