We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've run into this issue in one of the Halide tests with the following error:
LLVM ERROR: Cannot select: t8: v4f32 = froundeven nnan ninf nsz contract afn reassoc t7
Isolated test case:
target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64" target triple = "arm--linux-gnueabihf" declare <4 x float> @llvm.roundeven.v4f32(<4 x float>) declare ptr @blah(<4 x float>) define void @foo() { entry: %v0 = tail call reassoc nnan ninf nsz contract afn <4 x float> @llvm.roundeven.v4f32(<4 x float> poison) %out = tail call ptr @blah(<4 x float> %v0) ret void }
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-backend-arm
Author: Volodymyr Kysenko (vksnk)
target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64" target triple = "arm--linux-gnueabihf" declare <4 x float> @<!-- -->llvm.roundeven.v4f32(<4 x float>) declare ptr @<!-- -->blah(<4 x float>) define void @<!-- -->foo() { entry: %v0 = tail call reassoc nnan ninf nsz contract afn <4 x float> @<!-- -->llvm.roundeven.v4f32(<4 x float> poison) %out = tail call ptr @<!-- -->blah(<4 x float> %v0) ret void }
Sorry, something went wrong.
rint
roundeven
round_ties_even
No branches or pull requests
We've run into this issue in one of the Halide tests with the following error:
Isolated test case:
The text was updated successfully, but these errors were encountered: