Exam (elaborations)
HW5_SOL ECE 468ECE 468 & 573 Problem Set 5: Dataflow analysis and Loop transformations
- Course
- ECE 468
- Institution
- Purdue University
ECE 468 & 573 Problem Set 5: Dataflow analysis and Loop transformations Loop transformations For the following problems, consider the code below: 1. X = 2; 2. Y = 10; 3. Y = X * Y; 4. A = Y * X - 2 * Y; 5. B = X / 2 + Y; 6. Z = 10; 7. if (B < Z) goto 12 8. D = Y - Z * Y; 9. Q = Y - 8...
[Show more]