diff options
author | Argyrios Kyrtzidis <kyrtzidis@apple.com> | 2024-03-09 22:34:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 22:34:18 -0800 |
commit | d2353ae00c3b0b0e9a9b93578e9bb067f699f193 (patch) | |
tree | 303309b29f65649885c3f05241026a3a1b2e81d7 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | e95040f0f05b74406e9d7ee02b110470588cc5f0 (diff) | |
download | llvm-d2353ae00c3b0b0e9a9b93578e9bb067f699f193.zip llvm-d2353ae00c3b0b0e9a9b93578e9bb067f699f193.tar.gz llvm-d2353ae00c3b0b0e9a9b93578e9bb067f699f193.tar.bz2 |
[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.
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions