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

Issue 83699 #806

Closed
dtcxzyw opened this issue Jun 30, 2024 · 1 comment
Closed

Issue 83699 #806

dtcxzyw opened this issue Jun 30, 2024 · 1 comment
Labels

Comments

@dtcxzyw
Copy link
Owner

dtcxzyw commented Jun 30, 2024

define i32 @src(i32 %prev_value, i32 %new_value, i32 %c) {
start:
  %0 = and i32 %prev_value, 1
  %new_bit = and i32 %new_value, 1
  %_5 = xor i32 %new_bit, -1
  %1 = and i32 %0, %_5
  %_6 = and i32 %prev_value, %c
  %_0 = or disjoint i32 %1, %_6
  ret i32 %_0
}

llvm/llvm-project#83699

@dtcxzyw dtcxzyw added the grep label Jun 30, 2024
Copy link
Contributor

0 Occurrences

@dtcxzyw dtcxzyw closed this as completed Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant