mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 14:06:10 +00:00

This PR updates the cast to bool from IntN to treat any non-zero value as TRUE. This makes the cast more resilient to non-generic (i.e. "non 1") TRUE values. Signed-off-by: Dmitriy Smirnov <dmitriy.smirnov@arm.com>