[all-commits] [llvm/llvm-project] 022aef: [X86] Don't crash on instruction prefetch intrinsi...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun May 21 21:31:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 022aefa59c28323d961603abaa34caaffe273ee4
https://github.com/llvm/llvm-project/commit/022aefa59c28323d961603abaa34caaffe273ee4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/prefetchi.ll
Log Message:
-----------
[X86] Don't crash on instruction prefetch intrinsics without PREFETCHI support.
Instead of failing to select during isel, drop the intrinsic in
lowering.
Fixes PR62839.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D151050
More information about the All-commits
mailing list