-
| | |
| --- | --- |
| Bugzilla Link | [19861](https://llvm.org/bz19861) |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#13712 |
| CC | @DougGregor,@rnk |
## Extended Descrip…
-
Needs #1567
-
Currently we have this situation:
* stage1: Inline assembly is a comptime-known string that can be built with expressions such as `++`.
* stage2: Inline assembly must be string literals. This is i…
-
Copied over from #215. Inspiration is via them. Thanks also to @MasterQ32 and @kubkon for help extending it to support stack machine architectures. See #7561 for standalone assembler improvements.
…
-
I've been able to run many C libraries using C2M, but there are some corner cases that are not possible because of some platform specific feature, such use atomics or use of inline assembly (for instr…
-
Currently the SMTChecker completely ignores inline assembly.
We could support the simple parts of it.
-
What are the operational semantics of the following program:
```rust
fn main(){
asm!("mov [0], eax");
}
```
Specifically, how do we guarantee (and can we even guarantee) the following…
-
Assembly A exposed it's internal to Assembly B via the `InternalsVisibleTo` attribute. Assembly B provides a simple method to Assembly C, but because it's a simple method, it is inlined by the f# comp…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x4ed0129a0d3fcaf9ecdb6e83ab300fbe24511e342b6cf330e4b124a1c37f81b4
**Severity:** low
**Description:**
**Description**…
-
**NOTE:** This might be related to #8341, as I had to [remove assert](https://github.com/AztecProtocol/aztec-packages/issues/8341#issuecomment-2325920831) that failed to compile.
I am building BB w…