[all-commits] [llvm/llvm-project] 02b38b: [ConstFold] Salvage some div/rem folding test (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 6 01:03:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02b38ba8aa6ea32be5198849fff93929a117afe6
https://github.com/llvm/llvm-project/commit/02b38ba8aa6ea32be5198849fff93929a117afe6
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/test/Assembler/ConstantExprFold.ll
R llvm/test/Transforms/InstSimplify/ConstProp/2007-02-23-sdiv.ll
M llvm/test/Transforms/InstSimplify/ConstProp/2009-06-20-constexpr-zero-lhs.ll
M llvm/test/Transforms/InstSimplify/ConstProp/constant-expr.ll
M llvm/test/Transforms/InstSimplify/div.ll
Log Message:
-----------
[ConstFold] Salvage some div/rem folding test (NFC)
The div/rem constant expressions are going away in D129148. Convert
some tests to use InstSimplify instead, to show that the constant
folding still happens.
More information about the All-commits
mailing list