index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Transforms
/
LoopFusion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some clang-tidy reports in MLIR (NFC)
Mehdi Amini
2021-11-13
1
-1
/
+1
*
[mlir] Mode for explicitly controlling the fusion kind
Sumesh Udayakumaran
2021-09-27
1
-5
/
+25
*
[mlir][Analysis][NFC] Clean up FlatAffineValueConstraints
Matthias Springer
2021-08-17
1
-1
/
+1
*
[mlir][Analysis][NFC] Split FlatAffineConstraints class
Matthias Springer
2021-08-17
1
-1
/
+1
*
[mlir][affine-loop-fusion] Fix a bug that AffineIfOp prevents fusion of the o...
Tung D. Le
2021-07-30
1
-7
/
+8
*
[mlir] Enable cleanup of single iteration reduction loops being sibling-fused...
Sumesh Udayakumaran
2021-07-16
1
-2
/
+7
*
[MLIR][Affine] Privatize certain escaping memrefs
Vinayaka Bandishti
2021-05-18
1
-3
/
+9
*
[mlir] Update dstNode after DenseMap insertion in loop fusion pass.
Amy Zhuang
2021-05-06
1
-0
/
+4
*
[mlir][NFC] Add a using directive for llvm::SetVector
River Riddle
2021-04-15
1
-2
/
+0
*
[MLIR] Create memref dialect and move dialect-specific ops from std.
Julian Gross
2021-03-15
1
-2
/
+3
*
[mlir][NFC] Rename `MemRefType::getMemorySpace` to `getMemorySpaceAsInt`
Vladislav Vinogradov
2021-03-02
1
-1
/
+1
*
[MLIR][affine] Certain Call Ops to prevent fusion
Vinayaka Bandishti
2021-02-26
1
-0
/
+9
*
[MLIR][affine-loop-fusion] Handle defining ops between the source and dest loops
Tung D. Le
2021-02-25
1
-5
/
+37
*
[MLIR][affine] Prevent fusion when ops with memory effect free are present be...
Vinayaka Bandishti
2021-02-22
1
-1
/
+2
*
Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...
Alexander Belyaev
2021-02-18
1
-3
/
+2
*
[MLIR] Create memref dialect and move several dialect-specific ops from std.
Julian Gross
2021-02-18
1
-2
/
+3
*
separate AffineMapAccessInterface from AffineRead/WriteOpInterface
Adam Straw
2021-02-16
1
-9
/
+3
*
[MLIR] [affine-loop-fusion] Fix a bug about non-result ops in affine-loop-fusion
Tung D. Le
2021-02-06
1
-0
/
+11
*
[mlir][Affine] Add support for multi-store producer fusion
Diego Caballero
2021-01-25
1
-353
/
+346
*
Revert "[mlir][Affine] Add support for multi-store producer fusion"
Diego Caballero
2021-01-21
1
-324
/
+334
*
Avoid unused variable warning in opt mode
Jacques Pienaar
2021-01-20
1
-0
/
+2
*
[mlir][Affine] Add support for multi-store producer fusion
Diego Caballero
2021-01-20
1
-334
/
+322
*
Add `Operation* OpState::operator->()` to provide more convenient access to m...
Christian Sigg
2020-12-02
1
-2
/
+2
*
[mlir][Affine] Refactor affine fusion code in pass to utilities
Diego Caballero
2020-11-18
1
-303
/
+216
*
[MLIR][Affine] Fix createPrivateMemRef in affine fusion
Diego Caballero
2020-08-04
1
-8
/
+4
*
[MLIR][NFC] Fix clang tidy warnings in misc utilities
Uday Bondhugula
2020-07-16
1
-2
/
+2
*
[mlir][NFC] Remove usernames and google bug numbers from TODO comments.
River Riddle
2020-07-07
1
-25
/
+26
*
[MLIR][Affine-loop-fusion] Fix a bug in affine-loop-fusion pass when there ar...
Tung D. Le
2020-06-26
1
-0
/
+71
*
[MLIR][NFC] Adopt variadic isa<>
Rahul Joshi
2020-06-24
1
-4
/
+2
*
[MLIR] Fix affine loop fusion private memref alloc
Uday Bondhugula
2020-06-24
1
-11
/
+3
*
[NFC] Use llvm::hasSingleElement() in place of .size() == 1
Rahul Joshi
2020-06-17
1
-1
/
+1
*
[mlir][Affine] Revisit fusion candidates after successful fusion
Diego Caballero
2020-06-11
1
-4
/
+12
*
[mlir][Affine] Introduce affine memory interfaces
Diego Caballero
2020-05-19
1
-34
/
+40
*
[MLIR] Fix affine fusion bug/efficiency issue / enable more fusion
Uday Bondhugula
2020-05-07
1
-1
/
+4
*
[MLIR][NFC] Fix/update debug messages for analysis utils and affine fusion
Uday Bondhugula
2020-05-06
1
-2
/
+2
*
[MLIR] Improve support for 0-dimensional Affine Maps.
Jeremy Bruestle
2020-04-15
1
-1
/
+2
*
[MLIR] NFC cleanup/modernize memref-dataflow-opt / getNestingDepth
Uday Bondhugula
2020-04-14
1
-1
/
+1
*
[mlir] Eliminate the remaining usages of cl::opt instead of PassOption.
River Riddle
2020-04-08
1
-72
/
+29
*
[mlir][Pass] Update the PassGen to generate base classes instead of utilities
River Riddle
2020-04-07
1
-6
/
+2
*
[mlir][Pass] Remove the use of CRTP from the Pass classes
River Riddle
2020-04-07
1
-2
/
+2
*
[mlir][Pass] Add support for generating pass utilities via tablegen
River Riddle
2020-04-01
1
-1
/
+4
*
[mlir][Pass] Add a tablegen backend for defining Pass information
River Riddle
2020-04-01
1
-3
/
+0
*
[mlir][NFC] Cleanup AffineOps directory structure
Rob Suderman
2020-03-20
1
-1
/
+1
*
[mlir][NFC] Removed unnecessary StandardOp includes
Rob Suderman
2020-03-12
1
-1
/
+0
*
[mlir] Update several usages of IntegerType to properly handled unsignedness.
River Riddle
2020-03-02
1
-1
/
+1
*
Move StandardOps/Ops.h to StandardOps/IR/Ops.h
Rob Suderman
2020-02-21
1
-1
/
+1
*
[mlir] Add a signedness semantics bit to IntegerType
Lei Zhang
2020-02-21
1
-1
/
+1
*
Mass update the MLIR license header to mention "Part of the LLVM project"
Mehdi Amini
2020-01-26
1
-1
/
+1
*
[mlir] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-20
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-11
/
+11
[next]