diff options
author | Iago Toral Quiroga <[email protected]> | 2016-06-08 11:04:34 +0200 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <[email protected]> | 2017-01-03 11:26:51 +0100 |
commit | b3a7d0ee9d5f792ab68fbe77da5e3ea85d4bc4c0 (patch) | |
tree | 32b5d859dec74f02153b1a72573d869bacc90398 /docs/releasing.html | |
parent | 82e9dda8bf8875d232840585f48763c7a7092918 (diff) |
i965/vec4: Lower 64-bit MAD
The previous patch made sure that we do not generate MAD instructions
for any NIR's 64-bit ffma, but there is nothing preventing i965 from
producing MAD instructions as a result of lowerings or optimization
passes. This patch makes sure that any 64-bit MAD produced inside the
driver after translating from NIR is also converted to MUL+ADD before
we generate code.
v2:
- Use a copy constructor to copy all relevant instruction fields from
the original mad into the add and mul instructions
v3:
- Rename the lowering and fix commit log (Matt)
Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs/releasing.html')
0 files changed, 0 insertions, 0 deletions