Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/mlir/test/Conversion/MemRefToLLVM
History
mlevesquedion d4fd20258f
[mlir] Use arith max or min ops instead of cmp + select (#82178)
I believe the semantics should be the same, but this saves 1 op and simplifies the code.

For example, the following two instructions:

```
%2 = cmp sgt %0, %1
%3 = select %2, %0, %1
```

Are equivalent to:

```
%2 = maxsi %0 %1
```
2024-02-21 12:28:05 -08:00
..
convert-alloca-scope.mlir
[MLIR][MemRefToLLVM] Remove typed pointer support (#70909)
2023-11-02 07:35:58 +01:00
convert-dynamic-memref-ops.mlir
[mlir] use TypeSize and uint64_t in DataLayout (#72874)
2023-11-21 16:12:27 +01:00
convert-static-memref-ops.mlir
[MLIR][MemRefToLLVM] Remove typed pointer support (#70909)
2023-11-02 07:35:58 +01:00
expand-then-convert-to-llvm.mlir
[mlir] Use arith max or min ops instead of cmp + select (#82178)
2024-02-21 12:28:05 -08:00
generic-functions.mlir
[MLIR][MemRefToLLVM] Remove typed pointer support (#70909)
2023-11-02 07:35:58 +01:00
invalid.mlir
[mlir][MemRefToLLVM] Fix crashes with unconvertable memory spaces (#70694)
2023-10-31 09:01:43 -05:00
issue-70160.mlir
[mlir][MemRefToLLVM] Fix crashes with unconvertable memory spaces (#70694)
2023-10-31 09:01:43 -05:00
memref-to-llvm.mlir
[mlir] Remove convertible identity restriction for memref.atomic_rmw to LLVM (#72262)
2023-11-14 22:45:14 -05:00
Powered by Gitea Version: 1.23.1 Page: 430ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API