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

JIT: implement operation narrowing phase #32504

Open
AndyAyersMS opened this issue Feb 18, 2020 · 1 comment
Open

JIT: implement operation narrowing phase #32504

AndyAyersMS opened this issue Feb 18, 2020 · 1 comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@AndyAyersMS
Copy link
Member

AndyAyersMS commented Feb 18, 2020

Implement a narrowing optimization to reduce width of computations, where profitable.

See for instance #32089.

Likely would rely on part-word (or maybe even bitwise) liveness. Could be done locally (per tree) or globally.

category:cq
theme:optimization
skill-level:expert
cost:large

@AndyAyersMS AndyAyersMS added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 18, 2020
@AndyAyersMS AndyAyersMS added this to the Future milestone Feb 18, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Feb 18, 2020
@AndyAyersMS AndyAyersMS removed the untriaged New issue has not been triaged by the area owner label Feb 21, 2020
@EgorBo
Copy link
Member

EgorBo commented Mar 12, 2020

I guess #13816 is related

@BruceForstall BruceForstall added the JitUntriaged CLR JIT issues needing additional triage label Oct 28, 2020
@BruceForstall BruceForstall removed the JitUntriaged CLR JIT issues needing additional triage label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

4 participants