[all-commits] [llvm/llvm-project] 32dc14: [X86] LowerFunnelShift - use supportedVectorShiftW...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jan 23 13:14:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32dc14f876c4b196dccb5b8db56510e401fa91ab
https://github.com/llvm/llvm-project/commit/32dc14f876c4b196dccb5b8db56510e401fa91ab
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] LowerFunnelShift - use supportedVectorShiftWithBaseAmnt to check for supported scalar shifts
Allows us to reuse the ISD shift opcode instead of a mixture of ISD/X86ISD variants
More information about the All-commits
mailing list