-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Similar to the LLVM undef (and later Poison)
What is OpUndef, when is it used, when can it be valid (or invalid)
%select = OpSelect %int %cond %undef %value
%access = OpAccessChain %ptr_uniformconstant_image %image_array %select
%load = OpLoad %image_ty %access
%fetch = OpImageFetch %v4f32 %load %coords Lod 0