diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2023-02-22 14:20:04 +0700 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2023-02-23 12:38:57 +0700 |
commit | e7613c1d9b259bdf2b0b06b4169d9a10dd553406 (patch) | |
tree | 151b77b44f42cc5bccd187ee0d4ce85fa0b460c2 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 265ea1c7459da95b7a1d30718ac9f970a3ecc8d1 (diff) | |
download | llvm-e7613c1d9b259bdf2b0b06b4169d9a10dd553406.zip llvm-e7613c1d9b259bdf2b0b06b4169d9a10dd553406.tar.gz llvm-e7613c1d9b259bdf2b0b06b4169d9a10dd553406.tar.bz2 |
[NFC] Make FPClassTest a bitmask enumeration
This is recommit of 2e416cdd52, reverted in 8555ab2fcd, because GCC
complains on extra qualification. The macro LLVM_DECLARE_ENUM_AS_BITMASK
does not specify llvm:: anymore, so the macro must occur in the namespace
llvm. Documentation updated accordingly. The original commit message is below.
With this change bitwise operations are allowed for FPClassTest
enumeration, it must simplify using this type. Also some functions
changed to get argument of type FPClassTest instead of unsigned.
Differential Revision: https://reviews.llvm.org/D144241
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions