[all-commits] [llvm/llvm-project] 8ff3e4: [InstCombine] Refactor matchFunnelShift to allow m...
HaohaiWen via All-commits
all-commits at lists.llvm.org
Wed Oct 18 18:06:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ff3e4f39b381bfc80f13af8d2c458395f22d642
https://github.com/llvm/llvm-project/commit/8ff3e4f39b381bfc80f13af8d2c458395f22d642
Author: HaohaiWen <haohai.wen at intel.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[InstCombine] Refactor matchFunnelShift to allow more pattern (NFC) (#68474)
Current implementation of matchFunnelShift only allows opposite shift
pattern. Refactor it to allow more pattern.
More information about the All-commits
mailing list