You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix evaluateConstantInt
Ensure we set the value when there is one, instead of when there isn't.
* Use getIntegerConstantExpr in evaluateConstantInt
isIntegerConstantExpr no longer retrieves the constant from an expr in
LLVM 12, so we need to call our helper to do that to preserve the old
behavior.
Co-authored-by: Stephen Crane <[email protected]>
0 commit comments