noop continue

This commit is contained in:
2025-07-24 16:20:53 -07:00
parent 984a0edbc9
commit 5bc73e644d
+1
View File
@@ -176,6 +176,7 @@ class PTXRenderer(Renderer):
name = "test"
for u in uops:
if u.op is Ops.NOOP: continue
if u.op is Ops.SINK:
if u.arg is not None: name = u.arg.function_name
continue