[all-commits] [llvm/llvm-project] 4689ea: [X86] combineOrShiftToFunnelShift - remove shift b...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 12 04:47:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4689eae8204ca62e36adf174e5833e8c22e01a78
https://github.com/llvm/llvm-project/commit/4689eae8204ca62e36adf174e5833e8c22e01a78
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineOrShiftToFunnelShift - remove shift by immediate handling.
Now that D75114 has landed, DAGCombiner handles this case so the code is redundant.
More information about the All-commits
mailing list