-
Notifications
You must be signed in to change notification settings - Fork 571
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
backport patch from #582 to LLVM8 (v2) #619
backport patch from #582 to LLVM8 (v2) #619
Conversation
Thanks! Did you check that this fixes your test case and that the LLVM tests still pass? |
The only thing I did was make the patching pass. It looks like all platforms are failing for a reason that’s not clear to me.
|
If it's helpful to view the new patch with more context, here it is isolated IanButterworth/llvm-project@e0161f8 |
81267e4
to
3a8276e
Compare
15271a0
to
fadac15
Compare
+ } | ||
|
||
/// Return true if the backedge taken count is either the value returned by | ||
/// getConstantMaxBackedgeTakenCount or zero. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dropped these 3 during the rebase because they were just whitespace changes.
Just FYI because I just merged the LLVM reorg, this will need to be updated accordingly. Patches and whatnot should live in the |
fadac15
to
1337c7f
Compare
What broke? |
This looks like my fault. Just a minute. |
We needed to return `platforms` from `configure_build()` as well.
@Keno. Ping for review. It’d be great to merge this |
Thanks Ian I am going to shephard this through in #658 |
Fixes rebase. Replaces #596
cc. @vchuravy