Skip to content

Commit

Permalink
[GCLowering] Try to conceptually simplify numbering/lifting code.
Browse files Browse the repository at this point in the history
Try to consolidate the code to share common sections between scalar and
vector inputs (in preparation for adding other aggregates).

Also fixes a lost root bug:
if a select or phi used a value from a select or phi, it would fail to root it.

Adds support for handling vectorized select condition in LiftSelect.
  • Loading branch information
vtjnash committed Oct 21, 2019
1 parent 7b826ba commit 4776a8d
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 177 deletions.
Loading

0 comments on commit 4776a8d

Please sign in to comment.