-
Currently the HWIntrinsic tests are generated from a set of templates and corresponding metadata. This works fine for the majority of cases but requires some amount of metadata duplication when you wa…
-
The test templates currently produce misleading output when a test fails. The `ValidateResult` method sets the `Succeeded` field to `false` when it encounters an error, and all subsequent calls to `Va…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR31446](https://bugs.llvm.org/show_bug.cgi?id=31446) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR5251](https://bugs.llvm.org/show_bug.cgi?id=5251) |
| Status | NEW |
| Importance | P normal |
| R…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR40701](https://bugs.llvm.org/show_bug.cgi?id=40701) |
| Status | CONFIRMED |
| Importance | P norm…
-
Hi, I am currently implementing some of the SVE intrinsics in SIMDe (primarily RISCV and emulated version).
However, there are some problems regarding integer divided by zero and floating point NaN/I…
-
The current implementation of the CIL ISA runs counter to the design [guidelines for .NET exception handling](https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions)…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR36691](https://bugs.llvm.org/show_bug.cgi?id=36691) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23449](https://bugs.llvm.org/show_bug.cgi?id=23449) |
| Status | NEW |
| Importance | P normal |
|…
-
Currently the emitter has a set of unit tests (`genAmd64EmitterUnitTests` and `genArm64EmitterUnitTests`) which can be used for validating that the emitted byte code is correct for various scenarios.
…