mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 21:46:05 +00:00

The standard mandates that this returns the width of the type, which is the number of bits in the value. For bool, that's required to be `1` explicitly. Fixes #117348