Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • compiler_tests
  • RewriteDoWhile_test.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Always create TVariables for TIntermSymbol nodes · 195be942
    Olli Etuaho authored Dec 04, 2017
    TIntermSymbol nodes are now constructed based on a specific TVariable.
    This makes sure that all TIntermSymbol nodes that are created to refer
    to a specific temporary in an AST transform will have consistent data.
    The TVariable objects are not necessarily added to the symbol table
    levels - just those variables that can be referred to by their name
    during parsing need to be reachable through there.
    
    In the future this can be taken a step further so that TIntermSymbol
    nodes just to point to a TVariable instead of duplicating the
    information.
    
    BUG=angleproject:2267
    TEST=angle_unittests
    
    Change-Id: I4e7bcdb0637cd3b588d3c202ef02f4b7bd7954a1
    Reviewed-on: https://chromium-review.googlesource.com/811925
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    195be942
RewriteDoWhile_test.cpp 1.46 KB
EditWeb IDE
×

Replace RewriteDoWhile_test.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.