Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherrypick move optimization patch from upstream #34

Open
wants to merge 1 commit into
base: pstl
Choose a base branch
from

Commits on Apr 9, 2018

  1. [BRIGFE] Reduce the number of type conversions due to

    the untyped HSAIL regs.
    
    Instead of always representing the HSAIL's untyped registers as
    unsigned int, the gccbrig now pre-analyzes the BRIG code and
    builds the register variables as a type used the most when storing
    or reading data to/from each register. This reduces the total
    conversions which cannot be always optimized away.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254837 138bc75d-0d04-0410-961f-82ee72b054a4
    visit0r authored and Henry Linjamäki committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    615047e View commit details
    Browse the repository at this point in the history