[llvm-dev] TableGen boolean literals: opinions, please

Paul C. Anagnostopoulos via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 21 09:20:43 PDT 2020


I need opinions from active TableGen users.

Does it make sense to add 'true' and 'false' boolean literals to TableGen, for use in assigning values to bit fields? If so, they would be TRUE and FALSE.

A search of all the TableGen files finds no use of TRUE or FALSE except in tests.



More information about the llvm-dev mailing list