[all-commits] [llvm/llvm-project] 7250ef: [InstCombine] improve readability; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Dec 6 10:28:59 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7250ef3613cc6b81145b9543bafb86d7f9466cde
https://github.com/llvm/llvm-project/commit/7250ef3613cc6b81145b9543bafb86d7f9466cde
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
Log Message:
-----------
[InstCombine] improve readability; NFC
CreateIntCast returns the input if its type matches, so need to duplicate that check.
More information about the All-commits
mailing list