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
[APInt] Enable APInt ctor assertion by default (#112670)
This enables the assertion introduced in
llvm/llvm-project#106524, which checks that the
value passed to the APInt constructor is indeed a valid N-bit signed or
unsigned integer.
Places that previously violated the assertion were updated in advance,
e.g. in llvm/llvm-project#80309.
It is possible to opt-out of the check and restore the previous behavior
by setting implicitTrunc=true.
0 commit comments