-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
LLVM's maxnum builder is broken in LLVM6 #49261
Comments
When testing with LLVM master, I just hit a test "failure" on Wouldn't it be better to make that test a |
@cuviper that makes sense.
Now that we know the test passes with master, then yes. But I did not test it with master, so I did not know. I wanted that to be loud the first time somebody did that so that we can move the test to run-pass. I did not thought about somebody testing with master though, I thought this would just happen when we tried to upgrade to LLVM7. Sorry about that. Now that we know the fix in master really did fix this, moving it to run-pass with min-llvm-version 7.0 makes sense. |
@cuviper I'll fix that this weekend if somebody doesn't beat me to it. |
Closed in #50521 |
This was fixed in this LLVM commit: llvm-mirror/llvm@e271f8c
Once we upgrade to LLVM 7 a couple of fail tests are going to start passing because of this.
This issue is referenced in all parts of the code that need updating.
The text was updated successfully, but these errors were encountered: