[all-commits] [llvm/llvm-project] 55c48e: [RISCV] Ignore interleaved accesses with non-defau...
Luke Lau via All-commits
all-commits at lists.llvm.org
Tue May 13 06:40:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55c48ee6f1a9b4961c7b1efd2d5bf23d28298ead
https://github.com/llvm/llvm-project/commit/55c48ee6f1a9b4961c7b1efd2d5bf23d28298ead
Author: Luke Lau <luke at igalia.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/Transforms/InterleavedAccess/RISCV/addrspace.ll
Log Message:
-----------
[RISCV] Ignore interleaved accesses with non-default address spaces (#139698)
This fixes a crash introduced in
https://github.com/llvm/llvm-project/pull/137045#issuecomment-2872208568
where we don't have overloaded pointer types for segmented load/store
intrinsics.
This should be temporary until #139634 lands and overloads the pointer
type for these
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