[clang] [llvm] [AMDGPU] Fix crash in InstCombine (PR #179511)
Jay Foad via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 11 07:48:12 PST 2026
================
@@ -7147,6 +7147,40 @@ void Verifier::visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call) {
&Call, Op);
break;
}
+ case Intrinsic::amdgcn_image_load_1d:
----------------
jayfoad wrote:
There are also image_store_* and lots of image_sample_* that have a dmask argument, and probably need a similar check.
https://github.com/llvm/llvm-project/pull/179511
More information about the cfe-commits
mailing list