[llvm] [AArch64] Improve index selection for histograms (PR #111150)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 09:15:22 PDT 2024
================
@@ -24093,8 +24092,9 @@ static SDValue performMaskedGatherScatterCombine(
SDValue BasePtr = MGS->getBasePtr();
ISD::MemIndexType IndexType = MGS->getIndexType();
- if (!findMoreOptimalIndexType(MGS, BasePtr, Index, DAG))
----------------
MacDue wrote:
and this too
https://github.com/llvm/llvm-project/pull/111150
More information about the llvm-commits
mailing list