[all-commits] [llvm/llvm-project] 84dcf3: [SystemZ] Require D12 for i128 accesses in isLegal...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Wed Jan 24 11:16:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84dcf3d35b6ea8d8b6c34bc9cf21135863c47b8c
https://github.com/llvm/llvm-project/commit/84dcf3d35b6ea8d8b6c34bc9cf21135863c47b8c
Author: Jonas Paulsson <paulson1 at linux.ibm.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
M llvm/test/CodeGen/SystemZ/loop-01.ll
Log Message:
-----------
[SystemZ] Require D12 for i128 accesses in isLegalAddressingMode() (#79221)
Machines with vector support handle i128 in vector registers and
therefore only have the small displacement available for memory
accesses. Update isLegalAddressingMode() to reflect this.
More information about the All-commits
mailing list