[all-commits] [llvm/llvm-project] b85f1f: [Target] Include bitset (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Dec 9 18:35:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b85f1f9b182234ba366d78ae2174a149e44d08c1
https://github.com/llvm/llvm-project/commit/b85f1f9b182234ba366d78ae2174a149e44d08c1
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M llvm/lib/Target/ARM/ARMSubtarget.h
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[Target] Include bitset (NFC)
These files are relying on the transitive include of <bitset> from
GIMatchTableExecutor.h, which doesn't actually use std::bitset.
More information about the All-commits
mailing list