[all-commits] [llvm/llvm-project] f7f430: [InstCombine] Fixed non-determinisctic order of ne...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Oct 28 12:16:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7f430c9136330545637aaddebf013da05c0f370
https://github.com/llvm/llvm-project/commit/f7f430c9136330545637aaddebf013da05c0f370
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[InstCombine] Fixed non-determinisctic order of new instructions
Fixes non-determinisctic order of XOR instructions created after
5a7a458306cd. The order of call argument evaluation is not
defined, so create one Value before the call.
More information about the All-commits
mailing list