[all-commits] [llvm/llvm-project] 139da9: [InstCombine] fold fabs of select with negated ope...
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Aug 18 06:23:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 139da9c4d74391cd9d12600650ef95d5d68d8b59
https://github.com/llvm/llvm-project/commit/139da9c4d74391cd9d12600650ef95d5d68d8b59
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/fabs.ll
Log Message:
-----------
[InstCombine] fold fabs of select with negated operand
This is the FP example shown in:
https://bugs.llvm.org/PR39474
More information about the All-commits
mailing list