[all-commits] [llvm/llvm-project] 822c74: [LV] Shrink operands before creating new instr to ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jul 30 09:17:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 822c749aec69ace75bd3923a4c850e2fd2e34fb1
https://github.com/llvm/llvm-project/commit/822c749aec69ace75bd3923a4c850e2fd2e34fb1
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Shrink operands before creating new instr to force eval order.
Shrink operands before creating the new instruction to make sure the
same evaluation order is used on all platforms. This fixes buildbot
failures due to different argument evaluation order on different
systems.
More information about the All-commits
mailing list