search for: d3580

Displaying 7 results from an estimated 7 matches for "d3580".

Did you mean: 3580
2016 Sep 28
3
Load combine pass
..., %4 I came across load combine pass which is motivated by virtualliy the same pattern. Load combine optimizes the pattern by combining adjacent loads into one load and lets the rest of the optimizer cleanup the rest. From what I see on the initial review for load combine (https://reviews.llvm.org/D3580) it was not enabled by default because it caused some performance regressions. It's not very surprising, I see how this type of widening can obscure some facts for the rest of the optimizer. I can't find any backstory for this pass, why was it chosen to optimize the pattern in question in...
2016 Sep 28
4
Load combine pass
...;> I came across load combine pass which is motivated by virtualliy the same pattern. Load combine optimizes the pattern by combining adjacent loads into one load and lets the rest of the optimizer cleanup the rest. From what I see on the initial review for load combine (https://reviews.llvm.org/D3580) it was not enabled by default because it caused some performance regressions. It's not very surprising, I see how this type of widening can obscure some facts for the rest of the optimizer. >> >> I can't find any backstory for this pass, why was it chosen to optimize the patte...
2016 Sep 29
2
Load combine pass
...;> I came across load combine pass which is motivated by virtualliy the same pattern. Load combine optimizes the pattern by combining adjacent loads into one load and lets the rest of the optimizer cleanup the rest. From what I see on the initial review for load combine (https://reviews.llvm.org/D3580) it was not enabled by default because it caused some performance regressions. It's not very surprising, I see how this type of widening can obscure some facts for the rest of the optimizer. > >>> > >>> I can't find any backstory for this pass, why was it chosen to o...
2019 Sep 11
2
Load combine pass
...oad combine pass which is motivated by virtualliy the > same pattern. Load combine optimizes the pattern by combining adjacent > loads into one load and lets the rest of the optimizer cleanup the rest. > From what I see on the initial review for load combine ( > https://reviews.llvm.org/D3580) it was not enabled by default because it > caused some performance regressions. It's not very surprising, I see how > this type of widening can obscure some facts for the rest of the optimizer. > >>> > >>> I can't find any backstory for this pass, why was it c...
2019 Sep 12
2
Load combine pass
...which is motivated by virtualliy the >> same pattern. Load combine optimizes the pattern by combining adjacent >> loads into one load and lets the rest of the optimizer cleanup the rest. >> From what I see on the initial review for load combine ( >> https://reviews.llvm.org/D3580) it was not enabled by default because it >> caused some performance regressions. It's not very surprising, I see how >> this type of widening can obscure some facts for the rest of the optimizer. >> >>> >> >>> I can't find any backstory for this pa...
2019 Sep 25
2
Load combine pass
...ern. Load combine optimizes the >>> pattern by combining adjacent loads into one load and lets >>> the rest of the optimizer cleanup the rest. From what I see >>> on the initial review for load combine >>> (https://reviews.llvm.org/D3580) it was not enabled by >>> default because it caused some performance regressions. It's >>> not very surprising, I see how this type of widening can >>> obscure some facts for the rest of the optimizer. >>> >>> >&gt...
2016 Sep 29
3
Load combine pass
...;> I came across load combine pass which is motivated by virtualliy the same pattern. Load combine optimizes the pattern by combining adjacent loads into one load and lets the rest of the optimizer cleanup the rest. From what I see on the initial review for load combine (https://reviews.llvm.org/D3580) it was not enabled by default because it caused some performance regressions. It's not very surprising, I see how this type of widening can obscure some facts for the rest of the optimizer. > >>>>> > >>>>> I can't find any backstory for this pass, why wa...