[llvm] [AArch64] Support scalable offsets with isLegalAddressingMode (PR #83255)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 01:29:35 PDT 2024
================
@@ -1530,7 +1530,8 @@ bool SITargetLowering::isLegalMUBUFAddressingMode(const AddrMode &AM) const {
bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL,
const AddrMode &AM, Type *Ty,
- unsigned AS, Instruction *I) const {
+ unsigned AS,
+ Instruction *I) const {
----------------
arsenm wrote:
Unrelated formatting change spread through the targets
https://github.com/llvm/llvm-project/pull/83255
More information about the llvm-commits
mailing list