Skip to content

Commit a9a5d48

Browse files
vaalfrejaigcbot
authored andcommitted
Remove cb case ldraw merge.
Remove ldraw merge in case of bindless CB.
1 parent d4433af commit a9a5d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/ConstantCoalescing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void ConstantCoalescing::ProcessBlock(
473473
|| bufType == BINDLESS
474474
)
475475
{
476-
if (UsesTypedConstantBuffer(m_ctx, bufType))
476+
if (UsesTypedConstantBuffer(m_ctx, bufType) && (bufType != BINDLESS))
477477
{
478478
ScatterToSampler(
479479
ldRaw,

0 commit comments

Comments
 (0)