[all-commits] [llvm/llvm-project] 6640df: ValueTracking: Remove CannotBeOrderedLessThanZero
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 11 17:42:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6640df94f9abd4f9fef0263afbf7978ac55832b8
https://github.com/llvm/llvm-project/commit/6640df94f9abd4f9fef0263afbf7978ac55832b8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
Log Message:
-----------
ValueTracking: Remove CannotBeOrderedLessThanZero
Replace the last user of CannotBeOrderedLessThanZero with new
version. Makes assumes work in this case.
More information about the All-commits
mailing list