[all-commits] [llvm/llvm-project] e8900d: [X86] Move gather/scatter index shl(x, c) -> index:...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Aug 22 07:30:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8900df8a769c40661daeb226dfbcd7ec9939a85
https://github.com/llvm/llvm-project/commit/e8900df8a769c40661daeb226dfbcd7ec9939a85
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Move gather/scatter index shl(x,c) -> index:x, scale:c fold into X86DAGToDAGISel::matchIndexRecursively
More information about the All-commits
mailing list