[all-commits] [llvm/llvm-project] 1e3630: [InstCombine] Use replaceOperand() in a few more p...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Mar 29 09:01:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e363023b823d399a4eac311e846a078cb329ceb
https://github.com/llvm/llvm-project/commit/1e363023b823d399a4eac311e846a078cb329ceb
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-03-29 (Sun, 29 Mar 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] Use replaceOperand() in a few more places
To make sure the old operands get DCEd.
NFC apart from worklist order changes.
More information about the All-commits
mailing list