[all-commits] [llvm/llvm-project] d2342d: [AArch64] Fix DUP-of-extload combine to ignore cha...
Guy David via All-commits
all-commits at lists.llvm.org
Wed Jun 3 05:59:42 PDT 2026
Branch: refs/heads/users/guy-david/aarch64-dup-load-chain-use
Home: https://github.com/llvm/llvm-project
Commit: d2342d2c332e8d13eabedd918a0d3383a43875e5
https://github.com/llvm/llvm-project/commit/d2342d2c332e8d13eabedd918a0d3383a43875e5
Author: Guy David <guyda96 at gmail.com>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/dup.ll
Log Message:
-----------
[AArch64] Fix DUP-of-extload combine to ignore chain uses
The original combine bailed when the load had more than one use, but
counted chain uses too.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list