[all-commits] [llvm/llvm-project] 4abc69: [InstSimplify] fold max (max X, Y), X --> max X, Y
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Aug 2 08:51:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4abc69c6f541e7726913c9b0940728b1e0024b4a
https://github.com/llvm/llvm-project/commit/4abc69c6f541e7726913c9b0940728b1e0024b4a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/maxmin_intrinsics.ll
Log Message:
-----------
[InstSimplify] fold max (max X, Y), X --> max X, Y
https://alive2.llvm.org/ce/z/VGgG3M
More information about the All-commits
mailing list