mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
i965: s/Muchnik/Muchnick/.
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
9807556e86
commit
503fe278b0
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
* dataflow analysis on the copies available at the end of each block to re-do
|
* dataflow analysis on the copies available at the end of each block to re-do
|
||||||
* local copy propagation with more copies available.
|
* local copy propagation with more copies available.
|
||||||
*
|
*
|
||||||
* See Muchnik's Advanced Compiler Design and Implementation, section
|
* See Muchnick's Advanced Compiler Design and Implementation, section
|
||||||
* 12.5 (p356).
|
* 12.5 (p356).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* Support for local common subexpression elimination.
|
* Support for local common subexpression elimination.
|
||||||
*
|
*
|
||||||
* See Muchnik's Advanced Compiler Design and Implementation, section
|
* See Muchnick's Advanced Compiler Design and Implementation, section
|
||||||
* 13.1 (p378).
|
* 13.1 (p378).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ using namespace brw;
|
||||||
* VGRF is ultimately used or defined. Tracking individual components
|
* VGRF is ultimately used or defined. Tracking individual components
|
||||||
* allows us to easily assemble this information.
|
* allows us to easily assemble this information.
|
||||||
*
|
*
|
||||||
* See Muchnik's Advanced Compiler Design and Implementation, section
|
* See Muchnick's Advanced Compiler Design and Implementation, section
|
||||||
* 14.1 (p444).
|
* 14.1 (p444).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ using namespace brw;
|
||||||
* Support for computing at the basic block level which variables
|
* Support for computing at the basic block level which variables
|
||||||
* (virtual GRFs in our case) are live at entry and exit.
|
* (virtual GRFs in our case) are live at entry and exit.
|
||||||
*
|
*
|
||||||
* See Muchnik's Advanced Compiler Design and Implementation, section
|
* See Muchnick's Advanced Compiler Design and Implementation, section
|
||||||
* 14.1 (p444).
|
* 14.1 (p444).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue