-
## Environment
- Compiler version: 0.8.27
- Target EVM version (as per compiler settings): None
- Framework/IDE (e.g. Truffle or Remix): None
- EVM execution environment / backend / blockchain c…
-
We currently have two ways to declare symbols that are invoked as intrinsics. The old way:
```rust
extern "rust-intrinsic" {
fn unreachable() -> !;
}
```
The new way, which supports giving a "fall…
-
I tried this code:
```rust
#![feature(layout_for_ptr)]
#![feature(ptr_metadata)]
use std::ptr;
use std::mem::size_of_val_raw;
#[derive(Clone, Copy, kani::Arbitrary)]
struct Wrappe…
-
```rust
/// Returns a new variable set to 1 if x1 is equal to x2, 0 otherwise.
fn equal_cells(
compiler: &mut CircuitWriter,
x1: &ConstOrCell,
x2: &ConstOrCell,
span: Span,
) ->…
mimoo updated
3 months ago
-
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…
-
Right now we use the classic simple-fast algorithm (*A Simple, Fast Dominance Algorithm* by Cooper et al) and while this works well most of the time in practice, it has quadratic worst case time.
L…
-
Currently, the cranelift and gcc codegen backends have tiny test suites in their respective folders that get run in rustc CI:
- https://github.com/rust-lang/rust/tree/ec0b3540925af3cab9c38b0344902d48…
-
## Bevy version
v0.14.2
## \[Optional\] Relevant system information
OS: Windows 11
```
AdapterInfo { name: "AMD Radeon RX 6600", vendor: 4098, device: 29695, device_type: DiscreteGpu, driver: "AMD…
-
When specifying the [idris-jvm backend](https://github.com/mmhelloworld/idris-jvm) as the idris2 url for a package set, building an Idris2 project with `pack` causes the build to fail with the followi…
-
## Context
I was trying to set constant values for a 24bit bit_field.
Odin: dev-2024-06:96c06185d
OS: Windows 10 Professional (version: 22H2), build 19045.4412
CPU: Intel(R) Core(T…