You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM instructions WHERE m_inst(instruction, m_trunc(m_binop(m_zext() || m_sext())));
39
+
```
40
+
29
41
If we have LLVM IR function like this, and we want to match `add` instruction that has result of sub instruction as Left hand side and result of mul instruction as Right hand side.
30
42
31
43
```ir
@@ -122,7 +134,7 @@ Options:
122
134
```
123
135
MIT License
124
136
125
-
Copyright (c) 2024 Amr Hesham
137
+
Copyright (c) 2024 - 2025 Amr Hesham
126
138
127
139
Permission is hereby granted, free of charge, to any person obtaining a copy
128
140
of this software and associated documentation files (the "Software"), to deal
0 commit comments