-
I'm writing a compiler that translates Jib to LLVM, targeting the [ARMv9.4a snapshot](https://github.com/rems-project/isla-snapshots/blob/master/armv9p4.ir.gz) as my initial use case and consuming isl…
-
The default optimizer sequence we have at the moment is quite large, and thus causes bloating in compilation times.
```
libsolidity/interface/OptimiserSettings.h
```
```cpp
static char constexpr …
-
### Describe the issue:
The SSA form returns `s_3` and `p_3` instead of `s_2` and `p_2` which are correctly returned if the break is removed.
### Code example to reproduce the issue:
```solidity
c…
-
We have concluded that while the official form of Mu IR is SSA form (but see Issue #18 for current thoughts on how to represent that form), many clients will find it more convenient to generate someth…
-
Intro: https://en.wikipedia.org/wiki/Static_single_assignment_form
Convert Python to SSA form. Baseline example:
~~~
a = 0
if a:
x = 1
else:
x = 2
print(x)
~~~
Schematic tran…
-
## Description
LLVM’s assumption of R/W memory and registers does not fit with the memory model used by the Cairo VM. We can either take the SSA form and treat the target as an infinite-register ma…
-
**Feature**
Improve local flow sensitivity of the analysis to reduce the number of false positives, using SSA form.
While MyPy has some flow sensitivity, it is can be tripped up by relatively si…
-
**Background:** The existing `ssautil.AllFunctions` helper performs a reachability analysis starting from all the packages in a Go SSA program, and returns the set of functions it encounters:
```go…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR17876](https://bugs.llvm.org/show_bug.cgi?id=17876) |
| Status | NEW |
| Importance | P normal |
|…
-
The 2nd question “Balance in dedicated account as your reported on a prior report” should be the first question asked since the instructions say to “start by telling us how much money was in the accou…