[all-commits] [llvm/llvm-project] 6093b1: [InstCombine] Return replaceInstUsesWith() result ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Aug 29 05:50:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6093b14c2c1fc785bfb7040ecebfe4127e1ab9ab
https://github.com/llvm/llvm-project/commit/6093b14c2c1fc785bfb7040ecebfe4127e1ab9ab
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] Return replaceInstUsesWith() result (NFC)
Follow the usual usage pattern for this function and return the
result.
More information about the All-commits
mailing list