-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[HVX] Fix EliminateInterleaves #7279
Conversation
Huh, the win32 failure is one I've never seen before:
|
That is super weird, and entirely unrelated to this PR... Strange. |
Maybe related to something new/different in LLVM codegen? |
|
That test is this file: https://github.com/halide/Halide/blob/main/test/autoschedulers/li2018/demo_generator.cpp , right? I don't even see an int -> float conversion in that code. |
Oh it's in the profiler. Hmm |
So I experimentally crosscompiled EDIT: aha, |
Anyway, this is clearly unrelated, feel free to land. |
Still finishing the bisect but the culprit is almost certainly https://reviews.llvm.org/D141074 |
* fix EliminateInterleaves Co-authored-by: Steven Johnson <[email protected]>
Minor fix for an edge case that introduces more shuffling.
Fixes #7100