Fixed internal compiler error. addili: illegal IL_TYPE(opc)#859
Open
nikhil-mk wants to merge 1 commit into
Open
Fixed internal compiler error. addili: illegal IL_TYPE(opc)#859nikhil-mk wants to merge 1 commit into
nikhil-mk wants to merge 1 commit into
Conversation
…ing the correct index Change-Id: I8a8103f71266366bfb32c658df395ce61e3065f8
Collaborator
Author
Collaborator
|
@nikhil-mk this was the first approach I thought of when trying to fix the issue #844. But then I realised that the index (=4) is correct if the entry for half-precision is there at index (=3) in the aif array in exp_bran in exp_ftn.cpp. The fix in #845 adds that entry. |
Contributor
|
Looks good to me! |
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.
Accessing the correct index
Change-Id: I8a8103f71266366bfb32c658df395ce61e3065f8
Fixes issue #860
@gklimowicz @sscalpone