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
[SDAG] Remove noundef workaround for range metadata/attributes
In https://reviews.llvm.org/D157685 I changed SDAG to only transfer
range metadata to SDAG if it also has !noundef. At the time, this
was necessary because SDAG incorrectly propagated poison when
folding logical and/or to bitwise and/or.
The root cause of that issue has since been addressed by
#84924, so drop the
workaround now.
0 commit comments