clang: Handle MatrixType in hasFloatingRepresentation
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 28 Feb 2023 11:47:23 +0000 (07:47 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Wed, 15 Mar 2023 05:13:08 +0000 (01:13 -0400)
commitffe12e765cb9ba77dc30ccec89fb163234b98541
tree001348b9e9aa5d8e089abeeb462a5e4a7e0237e1
parentdd8181055494d8f973dfaaba282bb1ae6eab4d40
clang: Handle MatrixType in hasFloatingRepresentation

Allows applying nofpclass to matrix arguments.
clang/lib/AST/Type.cpp
clang/test/CodeGen/matrix-type-operators-fast-math.c
clang/test/CodeGen/nofpclass.c