[all-commits] [llvm/llvm-project] 8a4266: [InstSimplify] Fold `u/sdiv exact (mul nsw/nuw X, ...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Thu Dec 28 01:36:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a4266a626914765c0c69839e8a51be383013c1a
https://github.com/llvm/llvm-project/commit/8a4266a626914765c0c69839e8a51be383013c1a
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2023-12-28 (Thu, 28 Dec 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/div.ll
Log Message:
-----------
[InstSimplify] Fold `u/sdiv exact (mul nsw/nuw X, C), C --> X` when C is not a power of 2 (#76445)
Alive2: https://alive2.llvm.org/ce/z/3D9R7d
More information about the All-commits
mailing list