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

[BACKPORT] MachineBasicBlock: add liveout iterator aware of which liveins are defined by the runtime. #111

Merged
merged 1 commit into from Jul 30, 2021

Conversation

Aaron1011
Copy link
Member

Using this in RegAlloc fast reduces register pressure, and in some cases allows
x86 code to compile that wouldn't before.

This backports commit llvm@c1dc2672, which fixes issue rust-lang/rust#86758

…fined by the runtime.

Using this in RegAlloc fast reduces register pressure, and in some cases allows
x86 code to compile that wouldn't before.
@cuviper
Copy link
Member

cuviper commented Jul 30, 2021

LGTM!

@cuviper cuviper merged commit 260e0f8 into rust-lang:rustc/12.0-2021-07-10 Jul 30, 2021
vext01 pushed a commit to vext01/llvm-project that referenced this pull request Feb 7, 2024
…llvm-pass

Implement BasicBlockTracer pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants