mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
jay/opt_propagate: disable f64 opts for now
could be done but would need more work. No stats change. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41215>
This commit is contained in:
parent
8e4145948f
commit
fadb826515
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ local_fuse_flag_and_or(jay_function *f,
|
|||
/* TODO: Generalize */
|
||||
if (I->op != JAY_OPCODE_CMP ||
|
||||
jay_type_size_bits(I->type) == 1 ||
|
||||
jay_type_size_bits(I->type) > 32 ||
|
||||
!(use->op == JAY_OPCODE_AND || use->op == JAY_OPCODE_OR) ||
|
||||
use->src[0].negate ||
|
||||
use->src[1].negate) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue