[all-commits] [llvm/llvm-project] f8b04e: [X86] matchIndexRecursively - add zext(add/addlik...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 11 07:36:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8b04eb6d0e5d308a8d025b54f6f57f716d646fe
https://github.com/llvm/llvm-project/commit/f8b04eb6d0e5d308a8d025b54f6f57f716d646fe
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/test/CodeGen/X86/lea-2.ll
Log Message:
-----------
[X86] matchIndexRecursively - add zext(add/addlike(x,c)) -> index: zext(x), disp + zext(c) pattern handling
More restricted alternative to a8cef6b58e2d41f
More information about the All-commits
mailing list