mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 12:06:07 +00:00

This patch is a part of https://reviews.llvm.org/D48456 in an attempt to split the casting logic up into smaller patches. This contains the code for casting from fixed point types to boolean types. Differential Revision: https://reviews.llvm.org/D53308 llvm-svn: 345063