[all-commits] [llvm/llvm-project] 98a54b: [NFC][TableGen] Use `bit` instead of `int` for som...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Thu Feb 19 15:14:49 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98a54be99404a7fc5ae7f37b1b678742407df500
https://github.com/llvm/llvm-project/commit/98a54be99404a7fc5ae7f37b1b678742407df500
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M llvm/include/llvm/Target/Target.td
M llvm/utils/TableGen/Common/CodeGenTarget.cpp
Log Message:
-----------
[NFC][TableGen] Use `bit` instead of `int` for some Target flags (#182375)
Change `AllowRegisterRenaming` and `RegistersAreIntervals` to a bit
instead of int as they are just a bool flag.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list