This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
mlir
/
lib
/
Pass
History
Maksim Levental
9d712d2dfb
[MLIR][pass registry] show overlapping pass pipeline name (
#70167
)
...
Similar to
https://github.com/llvm/llvm-project/pull/70108
.
2023-10-25 11:28:50 -05:00
..
CMakeLists.txt
Revert "Implement Pass and Dialect plugins for mlir-opt"
2023-04-06 09:41:51 -07:00
IRPrinting.cpp
…
Pass.cpp
Fix MSAN error: use of unitialized value when hashing the MLIR pass manager (NFC)
2023-08-22 16:27:44 -07:00
PassCrashRecovery.cpp
[mlir] Update signal failure error message
2023-03-03 17:06:48 -08:00
PassDetail.h
[mlir] Move casting calls from methods to function calls
2023-05-26 10:29:55 +02:00
PassManagerOptions.cpp
[mlir] Catch the case using ir print without disabling multithread
2023-04-02 15:47:11 +09:00
PassRegistry.cpp
[MLIR][pass registry] show overlapping pass pipeline name (
#70167
)
2023-10-25 11:28:50 -05:00
PassStatistics.cpp
[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerate
2023-03-15 10:43:56 -04:00
PassTiming.cpp
…