[llvm] [utils/TableGen/X86CompressEVEXTablesEmitter.cpp] Make sure the tablegen output for the `checkPredicate` function is deterministic (PR #84533)
Argyrios Kyrtzidis via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 18:51:20 PST 2024
akyrtzi wrote:
It's non-deterministic because the keys are pointer values, so ordering for them is not stable between runs.
https://github.com/llvm/llvm-project/pull/84533
More information about the llvm-commits
mailing list