[PATCH] D118118: [SDAG] Preserve unpredictable metadata, teach X86CmovConversion to respect this metadata

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 03:55:00 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineInstr.h:124
 
-  uint16_t Flags = 0;                   // Various bits of additional
+  uint32_t Flags = 0;                   // Various bits of additional
                                         // information about machine
----------------
nikic wrote:
> This will increase MI size by 8 bytes.
Yes, but what we can do? 

Is it a big problem in practise? 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118118/new/

https://reviews.llvm.org/D118118



More information about the llvm-commits mailing list