[all-commits] [llvm/llvm-project] 1ba42d: [VPlan] Use MapVector for LiveOuts for determinist...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed May 25 01:30:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ba42dd04b8d9310f75d488334526383490e1fa1
https://github.com/llvm/llvm-project/commit/1ba42dd04b8d9310f75d488334526383490e1fa1
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Use MapVector for LiveOuts for deterministic iteration.
During code-gen, we iterate over the LiveOuts and the differences in
iteration order can cause slightly different outputs.
More information about the All-commits
mailing list