[all-commits] [llvm/llvm-project] 5a8819: [InstCombine] Use replaceOperand() in more places
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 11 08:38:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a8819b216e322c4a1e9cdc47094d1b773309b9d
https://github.com/llvm/llvm-project/commit/5a8819b216e322c4a1e9cdc47094d1b773309b9d
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] Use replaceOperand() in more places
This is a followup to D73803, which uses the replaceOperand()
helper in more places.
This should be NFC apart from changes to worklist order.
Differential Revision: https://reviews.llvm.org/D73919
More information about the All-commits
mailing list