[all-commits] [llvm/llvm-project] 5422e2: [AArch64][GlobalISel] On Darwin don't fold globals...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Wed Mar 5 16:06:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5422e2c68107650c33f39e6224d1ff0064467550
https://github.com/llvm/llvm-project/commit/5422e2c68107650c33f39e6224d1ff0064467550
Author: Amara Emerson <amara at apple.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/prefetch-darwin-no-fold-global.ll
Log Message:
-----------
[AArch64][GlobalISel] On Darwin don't fold globals into the offset of prefetches.
ld64 doesn't currently support the PAGEOFF relocations on anything but load/stores
so we need to bail-out here to fix the build failures on greendragon.
rdar://145495288
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