Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix ValueNumStore::IsVNArrLenUnsignedBound checks #10248

Merged
merged 1 commit into from
Mar 17, 2017

Conversation

mikedn
Copy link

@mikedn mikedn commented Mar 17, 2017

VNFuncApp::m_func should be checked first to be sure that m_args[0] and m_args[1] contain valid VNs. It's not clear if m_func can ever be something other than a binary func in the case of a relop VN but the code doesn't look right as it is.

VNFuncApp::m_func should be checked first to be sure that m_args[0] and m_args[1] contain valid VNs. It's not clear if m_func can ever be something other than a binary func in the case of a relop VN but the code doesn't look right as it is.
@mikedn
Copy link
Author

mikedn commented Mar 17, 2017

cc @JosephTremoulet

Copy link

@JosephTremoulet JosephTremoulet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@JosephTremoulet JosephTremoulet merged commit e93885e into dotnet:master Mar 17, 2017
@mikedn mikedn deleted the fix-vnarrbound branch June 10, 2017 06:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants