Unverified Commit fdf2740d authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Ensure InlineCasts does not inline complex Expressions (#2130) (#2144)



Previously, InlineCasts could inline complex (ie. non-cast) Expressions
into other complex Expressions. Now it will only inline so long as there
no more than 1 complex Expression in the current nested Expression.

Co-authored-by: default avatarAlbert Magyar <albert.magyar@gmail.com>
(cherry picked from commit b274b319

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 2a48aaec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment