Unverified Commit d2353ae0 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis Committed by GitHub
Browse files

[utils/TableGen/X86CompressEVEXTablesEmitter.cpp] Make sure the tablegen...

[utils/TableGen/X86CompressEVEXTablesEmitter.cpp] Make sure the tablegen output for the `checkPredicate` function is deterministic (#84533)

The output for the `checkPredicate` function was depending on a
`std::map` iteration that was non-deterministic from run to run, because
the keys were pointer values.
    
Make a change so that the keys are `StringRef`s so the ordering is
stable.
parent e95040f0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment