Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reapply [APInt] Enable APInt ctor assertion by default (#114539)
This enables the assertion introduced in #106524, which checks that the value passed to the constructor is indeed a valid N-bit signed or unsigned integer. Places that previously violated the assertion were updated in advance, e.g. in #80309. It is possible to opt-out of the check and restore the previous behavior by setting implicitTrunc=true. ----- The buildbot failures from the previous attempt should be fixed by a18dd29 and e2074c6.
- Loading branch information