[all-commits] [llvm/llvm-project] 581772: [LoongArch] Don't crash on instruction prefetch in...
leecheechen via All-commits
all-commits at lists.llvm.org
Fri Apr 25 16:26:22 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 581772ed077e63d6f6968c0f441a23a9f0dc14c1
https://github.com/llvm/llvm-project/commit/581772ed077e63d6f6968c0f441a23a9f0dc14c1
Author: leecheechen <chenli at loongson.cn>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
A llvm/test/CodeGen/LoongArch/prefetchi.ll
Log Message:
-----------
[LoongArch] Don't crash on instruction prefetch intrinsics (#135760)
Instead of failing to select during isel, drop the intrinsic in
lowering.
Similar as the X86's PR. Seeing: https://reviews.llvm.org/D151050.
Fixes #134624
(cherry picked from commit dfb5b6e27ca3f8b79ebd3346d11b3088c1600b81)
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