[llvm] [TabeGen] Add `PreferSmallerInstructions` for Targets. (PR #83587)

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 03:47:26 PST 2024


================
@@ -1724,6 +1724,11 @@ class Target {
   // setting hasExtraDefRegAllocReq and hasExtraSrcRegAllocReq to 1
   // for all opcodes if this flag is set to 0.
   int AllowRegisterRenaming = 0;
+
+  // PreferSmallerInstructions = Should the assembly matcher prefer the smaller
----------------
kosarev wrote:

Typo: `=` -> `-`

https://github.com/llvm/llvm-project/pull/83587


More information about the llvm-commits mailing list