[all-commits] [llvm/llvm-project] 74b67e: [LSR] Fix incorrect check in 73cd3d4391ad47ae7
David Green via All-commits
all-commits at lists.llvm.org
Wed Feb 22 15:42:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74b67e53c638fae6542372681cc181f1f4e23f12
https://github.com/llvm/llvm-project/commit/74b67e53c638fae6542372681cc181f1f4e23f12
Author: David Green <david.green at arm.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/test/CodeGen/X86/lsr-addrecloops.ll
Log Message:
-----------
[LSR] Fix incorrect check in 73cd3d4391ad47ae7
I missed that the test needed a icelake-server cpu to fail, and left a testing
"false &&" in the if condition. Hopefully this is now the correct fix.
More information about the All-commits
mailing list