-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Hexagon] Cannot select: t89: v4i1 = HexagonISD::PFALSE
#134659
New issue
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
Comments
@llvm/issue-subscribers-backend-hexagon Author: Alex Rønne Petersen (alexrp)
```llvm
target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
target triple = "hexagon-unknown-linux4.19.0-musl"
define fastcc i16 @"math.test.vector integer addition.S.doTheTest"(ptr %0, { <4 x i32>, <4 x i1> } %1, <4 x i1> %2) { OverflowFail: ; preds = %Entry OverflowOk: ; preds = %Entry ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
|
FYI @androm3da we're hitting this in Zig's behavior tests. |
Most of the failures are: * llvm/llvm-project#118879 * llvm/llvm-project#134659 But some are also miscompilations leading to wrong results. I'm not going to investigate the latter further until all the backend crashes have been resolved.
Most of the failures are: * llvm/llvm-project#118879 * llvm/llvm-project#134659 But some are also miscompilations leading to wrong results. I'm not going to investigate the latter further until all the backend crashes have been resolved.
We are aware of this case, and we are working on supporting in Hexagon: |
/cherry-pick 57e8899 |
/pull-request #138770 |
Fixes llvm#134659 (cherry picked from commit 57e8899)
The text was updated successfully, but these errors were encountered: