Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Better comparisons #4

Open
ChocolateLoverRaj opened this issue Dec 15, 2022 · 0 comments
Open

Better comparisons #4

ChocolateLoverRaj opened this issue Dec 15, 2022 · 0 comments
Labels
plugin Not part of core llvm parser. Additional optional feature.

Comments

@ChocolateLoverRaj
Copy link
Owner

ChocolateLoverRaj commented Dec 15, 2022

  • <
  • >
  • ==
  • <=
  • >=
  • !=

Before:

%boolean = icmp eq i8 %a, %b

After:

%boolean = %a == %b

Less than and greater than needs to know if integer is signed, so this kind of needs #13

@ChocolateLoverRaj ChocolateLoverRaj added the plugin Not part of core llvm parser. Additional optional feature. label Dec 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugin Not part of core llvm parser. Additional optional feature.
Projects
None yet
Development

No branches or pull requests

1 participant