<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Transforms/InferAlignment/vscale.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>[InferAlignment] Implement InferAlignmentPass</title>
<updated>2023-09-20T06:33:36+00:00</updated>
<author>
<name>Dhruv Chawla</name>
<email>44582521+dc03@users.noreply.github.com</email>
</author>
<published>2023-07-20T05:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0f152a55d3e4e71f7c795bf555e40c8895b97077'/>
<id>0f152a55d3e4e71f7c795bf555e40c8895b97077</id>
<content type='text'>
This pass aims to infer alignment for instructions as a separate pass,
to reduce redundant work done by InstCombine running multiple times. It
runs late in the pipeline, just before the back-end passes where this
information is most useful.

Differential Revision: https://reviews.llvm.org/D158529
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This pass aims to infer alignment for instructions as a separate pass,
to reduce redundant work done by InstCombine running multiple times. It
runs late in the pipeline, just before the back-end passes where this
information is most useful.

Differential Revision: https://reviews.llvm.org/D158529
</pre>
</div>
</content>
</entry>
<entry>
<title>[InferAlignment] Create tests for InferAlignment pass</title>
<updated>2023-09-20T06:33:36+00:00</updated>
<author>
<name>Dhruv Chawla</name>
<email>44582521+dc03@users.noreply.github.com</email>
</author>
<published>2023-08-18T16:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3978f37c0f1e368849ff594d9d603ec600010f7e'/>
<id>3978f37c0f1e368849ff594d9d603ec600010f7e</id>
<content type='text'>
These tests are in preparation for the InferAlignment pass. They consist
mainly of tests that break when alignment inference is disabled in
LoadInst and StoreInst within InstCombine.

Differential Revision: https://reviews.llvm.org/D158530
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests are in preparation for the InferAlignment pass. They consist
mainly of tests that break when alignment inference is disabled in
LoadInst and StoreInst within InstCombine.

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