How does this idea sound? I'd also add the inline asm stuff, but I know that is not useful atm.
TODO: Will post test before any landing.
Differential D70479
[MIRVRegNamerUtils] Add additional hashing on MachineInstr flags. plotfi on Nov 20 2019, 12:39 AM. Authored by
Details How does this idea sound? I'd also add the inline asm stuff, but I know that is not useful atm. TODO: Will post test before any landing.
Diff Detail
Event Timeline
|
I'd probably just do
That should be equivalent to what you're doing above.
In fact, I'd just simplify it to
with 0 (no flags) being also valid enough to contribute to the hash.