i965: Do int64 lowering in NIR
[mesa.git] / src / mesa / drivers / dri / i965 / brw_link.cpp
index 8611d485216d71c891eaf322545e38b4df4cbeba..e124f92cba46298cf7c506671a7cc75057a885c5 100644 (file)
@@ -118,11 +118,6 @@ process_glsl_ir(struct brw_context *brw,
    }
 
    lower_instructions(shader->ir, instructions_to_lower);
-   lower_64bit_integer_instructions(shader->ir,
-                                    MUL64 |
-                                    DIV64 |
-                                    MOD64 |
-                                    SIGN64);
 
    /* Pre-gen6 HW can only nest if-statements 16 deep.  Beyond this,
     * if-statements need to be flattened.