radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
@@ -143,7 +143,8 @@ ac_build_buffer_load(struct ac_llvm_context *ctx,
|
||||
unsigned inst_offset,
|
||||
unsigned glc,
|
||||
unsigned slc,
|
||||
bool can_speculate);
|
||||
bool can_speculate,
|
||||
bool allow_smem);
|
||||
|
||||
LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx,
|
||||
LLVMValueRef rsrc,
|
||||
|
Reference in New Issue
Block a user