-
For the attached IR, seeing crash as
```
iree-compile: /proj/xhdhdstaff6/dhirajp/localBuild/iree/third_party/llvm-project/mlir/lib/Transforms/Utils/DialectConversion.cpp:2868: SmallVector mlir::Ty…
-
I noticed your note about being open to contributions for .ll file generation. I'm interested in working on this feature - it would enable some useful capabilities. If you're still open to it being ad…
-
With the upgrade to LLVM 19, I came across the following frustrating bug. `test/studies/parboil/SAD/sadSerial.chpl` started to fail when run with `--fast`. I tracked this down to a single line of code…
-
It's unclear to me at this time if instruction selection is actually the problem or the previous steps are miscompiling.
Command: `llc -global-isel reduced.ll`
Input:
```
target datalayout =…
tpopp updated
2 weeks ago
-
I encountered a segmentation fault while running the `Pluto::BogusControlFlowPass` on my LLVM IR code. The issue occurs when running the pass with `opt`, resulting in a crash. The error happens specif…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
The IR after the `amdgpu-attributor` pass causes the return value of the `sprintf` call to fail in this unit test https://godbolt.org/z/h8x47PjKv. https://github.com/llvm/llvm-project/blob/c1cec8c0dc5…
-
This issue tracks the planned improvements we would like to make in Mono to produce better LLVM IR
- [ ] Direct calls
- - [x] Direct in-assembly calls (https://github.com/mono/mono/pull/13312)
-…
-
Configuring the llvm-project with `cmake -G ninja` gives error
```
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
-- Configuring done…
-
## 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…