[all-commits] [llvm/llvm-project] 4ce611: [InstCombine] canEvaluateShifted - remove dead (an...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 5 10:11:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ce61144cb49b48817f0215820173005c8d7d816
https://github.com/llvm/llvm-project/commit/4ce61144cb49b48817f0215820173005c8d7d816
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
Log Message:
-----------
[InstCombine] canEvaluateShifted - remove dead (and never used code). NFC.
This was already #if'd out when it was added back in 2010 at rG18d7fc8fc6767 and has never been touched since.
More information about the All-commits
mailing list