-
Hi!
First of all - this project, along with [aws-cloudformation-template-formatter](https://github.com/awslabs/aws-cloudformation-template-formatter), is an awesome tool for formatting YAML-formatt…
-
It is currently not possible (on [gcc and clang](https://godbolt.org/z/GEPqd3b9a)) to use the vector intrinsics in functions with a target attribute that adds vector support, if it vector support wasn…
-
This issue is part of the following Google Summer of Code 2024 project: https://summerofcode.withgoogle.com/programs/2024/projects/1vPVUj93.
- [ ] `acosf16`
- [ ] `acoshf16`
- [ ] `acospif16`
- …
-
I deployed a super simple .sol class that has set and get functions.
Now I want to write contract calling set; here is my code:
On deploying I tested with custom and estimated gas and problem n…
-
안녕하세요, 다름이 아니라 패치와 관련하여 버그로 의심되는 현상을 또 발견하여 문의드립니다. [1]에서는 source의 `%#1 = call i32 @decr_i32(i32 %a)`의 리턴값이 없다는 출력이 있으며, [2]에서는 `@incr_i64` 함수가 UB를 발생시켰다고 하는데, 이는 아마 intrinsic function의 인자로 poison이 전달…
-
### Descripe the feature and motivation
We are trying to use mask type as the return type for comparison functions, and then some related functions like `v_select`, `v_signmask`, `v_check_all/any` ca…
-
Hi,
currently it is not possible to instantiate a working, self-contained, multi-AZ CloudFormation stack containing a AWS::NetworkFirewall::Firewall resource.
The main reason is the current beh…
-
In the `src/libasr/intrinsic_func_registry_util_gen.py` file, I see one of the functions named `fix`.
```python
"Fix": [
{
"args": [("real",)],
"ret_type_arg…
-
Rust intrinsics are basically primitive operations of the language. So I think it makes most sense to add them as (unary or binary) operators to MiniRust, or possibly as statements of they don't retur…
-
### Code:
```
#include
int main(int argc, char * argv[])
{
int n = 10;
int * arr = new int[n];
for(int * p = arr; n > 0; n--, p++)
new (p) int();
delete[] arr;
…