[all-commits] [llvm/llvm-project] 32aac7: [NFC] Switch FloatModeKind enum class to use bitma...
JolantaJensen via All-commits
all-commits at lists.llvm.org
Wed Jun 29 03:02:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32aac7babfdd2a7e6d40cb186d676bef93bfc6bb
https://github.com/llvm/llvm-project/commit/32aac7babfdd2a7e6d40cb186d676bef93bfc6bb
Author: Jolanta Jensen <jolanta.jensen at arm.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/Basic/Targets/X86.h
Log Message:
-----------
[NFC] Switch FloatModeKind enum class to use bitmask enums
Using bitmask enums simplifies and clarifies the code.
Differential Revision: https://reviews.llvm.org/D128182
More information about the All-commits
mailing list