Files
llvm-project/llvm/utils/TableGen/Common/CodeGenTarget.cpp
Rahul Joshi 98a54be994 [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.
2026-02-19 15:14:28 -08:00

15 KiB