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
In reverse translation always use `poison` values except cases where we
translate `OpUndef`. In other cases common sense helped to define where
it is safe to replace `undef` to `poison` (e.g. in creating structions,
regularization passes).
This resolvesKhronosGroup#2953 and aligns us with the LLVM community in terms of
generating IR.
https://llvm.org/docs/UndefinedBehavior.html
https://llvm.org/docs/LangRef.html#undefined-values
The text was updated successfully, but these errors were encountered: