[all-commits] [llvm/llvm-project] 62877e: [TableGen] Use MapVector to remove non-determinism
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Fri Jan 26 21:25:04 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 62877e375c8e18371a86218b5d7c4d8d242b05e1
https://github.com/llvm/llvm-project/commit/62877e375c8e18371a86218b5d7c4d8d242b05e1
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M llvm/test/TableGen/address-space-patfrags.td
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Log Message:
-----------
[TableGen] Use MapVector to remove non-determinism
This fixes found non-determinism when `LLVM_REVERSE_ITERATION`
option is `ON`.
Fixes #79420.
Reviewers: ilovepi, MaskRay
Reviewed By: MaskRay
Pull Request: https://github.com/llvm/llvm-project/pull/79411
(cherry picked from commit 41fe98a6e7e5cdcab4a4e9e0d09339231f480c01)
More information about the All-commits
mailing list