InterviewSolution
Saved Bookmarks
| 1. |
DAG representation of a basic block allows __________(a) Automatic detection of local common sub expressions(b) Detection of induction variables(c) Automatic detection of loop variant(d) None of the mentioned |
|
Answer» The correct option is (a) Automatic detection of local common sub expressions For explanation I would say: It detects local sub expression. |
|