mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
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:
parent
ca9e2ceeeb
commit
cf8ceb6e0a
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue