<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Transforms/LoopUnrollAndJam/innerloop.ll, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[Transforms] Convert some tests to opaque pointers (NFC)</title>
<updated>2023-01-05T11:43:45+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2023-01-05T11:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=055fb7795aa219a3d274d280ec9129784f169f56'/>
<id>055fb7795aa219a3d274d280ec9129784f169f56</id>
<content type='text'>
These are all tests where conversion worked automatically, and
required no manual fixup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are all tests where conversion worked automatically, and
required no manual fixup.
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC] Port all LoopUnrollAndJam tests to `-passes=` syntax</title>
<updated>2022-12-07T23:38:47+00:00</updated>
<author>
<name>Roman Lebedev</name>
<email>lebedev.ri@gmail.com</email>
</author>
<published>2022-12-07T23:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=865d88d47f29103c61cd1f7048707d5d02a0a985'/>
<id>865d88d47f29103c61cd1f7048707d5d02a0a985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass</title>
<updated>2021-06-08T11:30:02+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-06-08T11:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=09e92c607cc94f3d088da2d13592f4e7100ba84a'/>
<id>09e92c607cc94f3d088da2d13592f4e7100ba84a</id>
<content type='text'>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Also, a crash problem on legacy pass manager is fixed.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Also, a crash problem on legacy pass manager is fixed.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass"</title>
<updated>2021-06-06T16:26:47+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-06-06T16:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0a9d0799316c7a601a0b20a123bd99922ac6455b'/>
<id>0a9d0799316c7a601a0b20a123bd99922ac6455b</id>
<content type='text'>
This reverts commit 21653600034084e8335374ddc1eb8d362158d9a8.

To fix the crash problem in legacy pass manager
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 21653600034084e8335374ddc1eb8d362158d9a8.

To fix the crash problem in legacy pass manager
</pre>
</div>
</content>
</entry>
<entry>
<title>[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass</title>
<updated>2021-05-27T16:17:23+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-05-27T16:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=21653600034084e8335374ddc1eb8d362158d9a8'/>
<id>21653600034084e8335374ddc1eb8d362158d9a8</id>
<content type='text'>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass"</title>
<updated>2021-05-25T02:39:49+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-05-25T02:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e77d24f70a8a0cea7de8101b7374fa45ffe18136'/>
<id>e77d24f70a8a0cea7de8101b7374fa45ffe18136</id>
<content type='text'>
This reverts commit d65c32fb41b03a35a2a16330ba1ea15cf6818f04.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d65c32fb41b03a35a2a16330ba1ea15cf6818f04.
</pre>
</div>
</content>
</entry>
<entry>
<title>[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass</title>
<updated>2021-05-23T13:32:01+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-05-23T13:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d65c32fb41b03a35a2a16330ba1ea15cf6818f04'/>
<id>d65c32fb41b03a35a2a16330ba1ea15cf6818f04</id>
<content type='text'>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass"</title>
<updated>2021-05-21T16:40:43+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-05-21T16:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fd53cb414813444cf232903acfe7a9ddc72b5f21'/>
<id>fd53cb414813444cf232903acfe7a9ddc72b5f21</id>
<content type='text'>
This reverts commit cea7a3fe3d1fc91a00cb54cee3ac6f361343417e.
To investigate sanitizer-x86_64-linux-fast failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cea7a3fe3d1fc91a00cb54cee3ac6f361343417e.
To investigate sanitizer-x86_64-linux-fast failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass</title>
<updated>2021-05-21T14:57:39+00:00</updated>
<author>
<name>maekawatoshiki</name>
<email>konndennsa@gmail.com</email>
</author>
<published>2021-05-21T14:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cea7a3fe3d1fc91a00cb54cee3ac6f361343417e'/>
<id>cea7a3fe3d1fc91a00cb54cee3ac6f361343417e</id>
<content type='text'>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
</pre>
</div>
</content>
</entry>
<entry>
<title>[NewPM][LoopUnroll] Rename unroll* to loop-unroll*</title>
<updated>2020-06-26T16:28:32+00:00</updated>
<author>
<name>Arthur Eubanks</name>
<email>aeubanks@google.com</email>
</author>
<published>2020-06-26T16:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a95796a380ed011a73a103e7f7ffa372f23438dd'/>
<id>a95796a380ed011a73a103e7f7ffa372f23438dd</id>
<content type='text'>
The legacy pass is called "loop-unroll", but in the new PM it's called "unroll".
Also applied to unroll-and-jam and unroll-full.

Fixes various check-llvm tests when NPM is turned on.

Reviewed By: Whitney, dmgreen

Differential Revision: https://reviews.llvm.org/D82590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The legacy pass is called "loop-unroll", but in the new PM it's called "unroll".
Also applied to unroll-and-jam and unroll-full.

Fixes various check-llvm tests when NPM is turned on.

Reviewed By: Whitney, dmgreen

Differential Revision: https://reviews.llvm.org/D82590
</pre>
</div>
</content>
</entry>
</feed>
