-
| | |
| --- | --- |
| Bugzilla Link | [40967](https://llvm.org/bz40967) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@echristo,@efriedma-quic,@R…
-
| | |
| --- | --- |
| Bugzilla Link | [44386](https://llvm.org/bz44386) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@topperc,@dwblaikie,@zygoloid |
## Extended Description
Clan…
-
| | |
| --- | --- |
| Bugzilla Link | [48797](https://llvm.org/bz48797) |
| Version | 11.0 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/92601251/143761…
-
So I've been working with optimizing the functions used in MicroCore. One of the goals was to redo the pulseIn function, as it relies on micros to work. I think I've created a good replacement for the…
-
I've finally got around to using C++ classes in -betterC cross the shared library boundary.
As of ldc 1.38.0, what I've found is that the TypeInfo/Interface do not get emitted (expected) from withi…
-
**Describe the bug**
Command
```sh
forge coverage
```
Error
```sh
Compiler error (/solidity/libyul/backends/evm/AsmCodeGen.cpp:67):Stack too deep. Try compiling with `--via-ir` (cli) or the e…
-
Formatting this code causes an error and warning:
```
void write(Reg reg)(uintptr val) {
asm {
"csrw %0, %1" : : "i"(reg) "r"(val);
}
}
```
```
test.d(3:36)[error]: Expect…
-
| | |
| --- | --- |
| Bugzilla Link | [12093](https://llvm.org/bz12093) |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@echristo |
## Extended Descrip…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12093](https://bugs.llvm.org/show_bug.cgi?id=12093) |
| Status | NEW |
| Importance | P normal |
|…
-
This may happen if the inline assemblies contain the same text but one of them is marked as `sideeffect` (due to using `asm volatile` when calling it). DiffKemp cannot detect this change since it only…