[X86] Add X86DAGToDAGISel::matchIndexRecursively helper to match/resolve...
[X86] Add X86DAGToDAGISel::matchIndexRecursively helper to match/resolve address indices, scaling + displacement This currently just splits ADD/AddLike constant offset values, but we should be able to expand on this as part of handling the regressions noticed in D155472 without adding more duplicate zext/sext code inside matchAddressRecursively
Loading
Please sign in to comment