aboutsummaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorNathan Gauër <brioche@google.com>2024-06-11 13:57:31 +0200
committerGitHub <noreply@github.com>2024-06-11 13:57:31 +0200
commita141a28c0cf415d8ca410a636c3aacf3d683ab38 (patch)
tree10e06ec00bfb6f4cc247e530a33fa5b36e3ecce3 /mlir
parent3f883111243c4abfc06670190771b9cafc092bd8 (diff)
downloadllvm-a141a28c0cf415d8ca410a636c3aacf3d683ab38.zip
llvm-a141a28c0cf415d8ca410a636c3aacf3d683ab38.tar.gz
llvm-a141a28c0cf415d8ca410a636c3aacf3d683ab38.tar.bz2
[SPIR-V] Fix flakiness during switch generation. (#95001)
The case-list of the switches generated by this pass were not "deterministic" (based on allocation patterns). This is because the CaseList order relied on an unordered_set order. Using the sorted exit target list for those should solve the problem. Fixes #94961 Signed-off-by: Nathan Gauër <brioche@google.com>
Diffstat (limited to 'mlir')
0 files changed, 0 insertions, 0 deletions