summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-03-25 03:17:43 +0000
committerAlyssa Rosenzweig <[email protected]>2019-03-26 23:35:37 +0000
commit89989e653e8158b02e5db17ea34834ed67d85c37 (patch)
treedf9ec68205671e7222908d53fc5030281e6d2af8
parenteffe6fb08d9bfda2b5991e67ade3b3126bc30697 (diff)
panfrost/midgard: Cleanup midgard_nir_algebraic.py
Signed-off-by: Alyssa Rosenzweig <[email protected]>
-rw-r--r--src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py b/src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py
index 05a49d18d9e..e5af36539d6 100644
--- a/src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py
+++ b/src/gallium/drivers/panfrost/midgard/midgard_nir_algebraic.py
@@ -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..