commit | 30a7199e37cb26c189495860f3b04a2408144eb1 | [log] [tgz] |
---|---|---|
author | Daniel Schürmann <daniel@schuermann.dev> | Mon Dec 13 19:58:46 2021 +0100 |
committer | Daniel Schürmann <daniel@schuermann.dev> | Tue Dec 21 13:23:36 2021 +0100 |
tree | abccb9f7016ea67b31d602584eb240d4f08a431f | |
parent | 62bcfcd0a80153668a8545069f9a33c7e2be5ebb [diff] |
aco/optimizer: propagate and fold inline constants on VOP3P instructions This patch aims to propagate and fold constants on VOP3P instructions by using omod selection and the fneg modifier. Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13688>