Fix issue where reify would do the same lookup twice (#3392) (#3396)
This is not a functional bug. The recursive form of reify for Element would use the .topBinding from the wrong argument, so it would recurse an extra time, but it would ultimately converge to the right value. (cherry picked from commit 374b45b9 ) Co-authored-by:Jack Koenig <koenig@sifive.com>
parent
e1979d79
Please register or sign in to comment