nir: track whether a loop contains soft fp64 ops
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18863>
This commit is contained in:
@@ -2871,6 +2871,9 @@ typedef struct {
|
||||
/* Estimated cost (in number of instructions) of the loop */
|
||||
unsigned instr_cost;
|
||||
|
||||
/* Contains fp64 ops that will be lowered */
|
||||
bool has_soft_fp64;
|
||||
|
||||
/* Guessed trip count based on array indexing */
|
||||
unsigned guessed_trip_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user