panfrost/midgard: Cleanup midgard_nir_algebraic.py
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 25 Mar 2019 03:17:43 +0000 (03:17 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Tue, 26 Mar 2019 23:35:37 +0000 (23:35 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py

index 05a49d18d9e9994242cb4d7252c3b5abfc615ac4..e5af36539d6a73a66b8bdeeb8d6680ff2a864020 100644 (file)
@@ -30,7 +30,7 @@ a = 'a'
 b = 'b'
 
 algebraic = [
-    (('b2i32', a), ('iand@32', "a@32", 1)),
+    # TODO: Should really be a fle, maybe not lowered in algebraic?
     (('fge', a, b), ('flt', b, a)),
 
     # XXX: We have hw ops for this, just unknown atm..