[all-commits] [llvm/llvm-project] 2ad9a6: [LVI][CVP] Treat undef like a full range on abs(x, ...
DianQK via All-commits
all-commits at lists.llvm.org
Sun Oct 15 15:25:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ad9a658005e6a4204d7ee617c3949632a707aa5
https://github.com/llvm/llvm-project/commit/2ad9a658005e6a4204d7ee617c3949632a707aa5
Author: DianQK <dianqk at dianqk.net>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
M llvm/test/Transforms/CorrelatedValuePropagation/abs.ll
Log Message:
-----------
[LVI][CVP] Treat undef like a full range on abs(x, false) (#68711)
Fixes #68682.
More information about the All-commits
mailing list