[PATCH] D118118: [SDAG] Preserve unpredictable metadata, teach X86CmovConversion to respect this metadata
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 03:41:03 PST 2022
nikic 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
----------------
This will increase MI size by 8 bytes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118118/new/
https://reviews.llvm.org/D118118
More information about the llvm-commits
mailing list