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

Gray out branch-likely delay slots that match branch target-1 #105

Open
simonlindholm opened this issue Mar 23, 2023 · 0 comments
Open

Gray out branch-likely delay slots that match branch target-1 #105

simonlindholm opened this issue Mar 23, 2023 · 0 comments

Comments

@simonlindholm
Copy link
Owner

if both LHS and RHS match the pattern

branchlikely .target
  x

x
.target:

it's worth not highlighting diffs for the first x, because it's just an artifact of an assembler optimization; the real diff is at the second x. We used to do this unconditionally, because IDO only ever emits branch likelies of this form, but with GCC it needs actual pattern matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant