aco: Remove is_ssa check
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
committed by
Marge Bot
parent
ca9e2ceeeb
commit
cf8ceb6e0a
@@ -1367,10 +1367,6 @@ usub32_sat(Builder& bld, Definition dst, Temp src0, Temp src1)
|
||||
void
|
||||
visit_alu_instr(isel_context* ctx, nir_alu_instr* instr)
|
||||
{
|
||||
if (!instr->dest.dest.is_ssa) {
|
||||
isel_err(&instr->instr, "nir alu dst not in ssa");
|
||||
abort();
|
||||
}
|
||||
Builder bld(ctx->program, ctx->block);
|
||||
bld.is_precise = instr->exact;
|
||||
Temp dst = get_ssa_temp(ctx, &instr->dest.dest.ssa);
|
||||
|
||||
Reference in New Issue
Block a user