[all-commits] [llvm/llvm-project] 4f018e: [LV][AArch64] Resolve test failure due use of unor...
sushgokh via All-commits
all-commits at lists.llvm.org
Tue Mar 7 03:14:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f018e54c45e309bc9cb21bc839f01f4c2ea2a8c
https://github.com/llvm/llvm-project/commit/4f018e54c45e309bc9cb21bc839f01f4c2ea2a8c
Author: sgokhale <sgokhale at nvidia.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV][AArch64] Resolve test failure due use of unordered container
AArch64/reg-usage.ll has an issue with the output ordering due to use of unordered container. This was discovered by -DLLVM_REVERSE_ITERATION:BOOL=ON
cmake option.
This patch tries to address it by making use of ordered container.
Differential Revision: https://reviews.llvm.org/D145472/
More information about the All-commits
mailing list