[all-commits] [llvm/llvm-project] d16989: [InstCombine] reduce code duplication in visitBran...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Oct 18 08:34:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d16989607bef594007cb571e0383bd14d7a72fe9
https://github.com/llvm/llvm-project/commit/d16989607bef594007cb571e0383bd14d7a72fe9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
[InstCombine] reduce code duplication in visitBranchInst(); NFCI
Commit: 44b7da89d774019dc52342712a0edd73f90ad90a
https://github.com/llvm/llvm-project/commit/44b7da89d774019dc52342712a0edd73f90ad90a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/test/Transforms/InstCombine/fmul.ll
Log Message:
-----------
[InstCombine] fmul nnan X, 0.0 --> copysign(0.0, X)
https://alive2.llvm.org/ce/z/ybgM5F
Differential Revision: https://reviews.llvm.org/D136166
Compare: https://github.com/llvm/llvm-project/compare/57ba07c06f8b...44b7da89d774
More information about the All-commits
mailing list