Conversation
Keno
reviewed
Apr 26, 2019
Keno
reviewed
Apr 26, 2019
vchuravy
reviewed
Apr 27, 2019
Member
vchuravy
left a comment
There was a problem hiding this comment.
Needs the version bump for windows
Member
Author
|
Almost working now (doesn't need to block merging though).
|
Member
Author
|
Ah, it wasn't LICM's fault (sorry LICM), someone (emit_select) was creating bad TBAA data for it. We should probably backport that commit fix. |
Member
|
Probably separate f826bba out into it's own PR? It currently fails tests: Would be good to have the backport for the scev patch for LLVM 8, otherwise LGTM. cc: @banex19 since this might impact you. |
bdc5256 to
39dff7f
Compare
Member
|
https://gist.github.com/Keno/0107cea84de827845d204fc398d877ff for a llvm 8.0 version of the scev patch. It's a backport of the current state of the review rather than a forward port of the current patch, FYI. |
also disabled a new X86 pass (x86-disable-avoid-SFB) to avoid running into an assertion error in that pass (see gist)
vchuravy
approved these changes
May 3, 2019
| } | ||
| #else | ||
| FunctionPass *createNVVMReflectPass(unsigned int SmVersion); | ||
| extern "C" JL_DLLEXPORT void LLVMExtraAddNVVMReflectFunctionPass(LLVMPassManagerRef PM, unsigned int SmVersion) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A couple have not yet been updated, but this is a start towards updating the patch listOnly one is missing now for LLVM 8. LLVM 7 is complete.Also, this currently fails an offsetarray test.tracked this down to bad TBAA information and fixed itNeeds nanosoldier, and Keno suggested it should have a PkgEval run too.