<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/IntervalTest.cpp, branch main</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>[llvm] Construct SmallVector with iterator ranges (NFC) (#136460)</title>
<updated>2025-04-20T02:07:10+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-04-20T02:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e9487fed29f386bd67e468b6c7a9c86684a6247d'/>
<id>e9487fed29f386bd67e468b6c7a9c86684a6247d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxVec][DAG] Update DAG when a new instruction is created (#126124)</title>
<updated>2025-02-06T22:12:03+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2025-02-06T22:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=166b2e88378bae4d74f9bdc56f1521150162fbf1'/>
<id>166b2e88378bae4d74f9bdc56f1521150162fbf1</id>
<content type='text'>
The DAG will now receive a callback whenever a new instruction is
created and will update itself accordingly.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DAG will now receive a callback whenever a new instruction is
created and will update itself accordingly.</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxVec][Interval] Implement Interval::notifyMoveInstr() (#119471)</title>
<updated>2024-12-16T20:59:24+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-12-16T20:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3769fcb3e78eba5f3e34d1c2dfa994625edb005a'/>
<id>3769fcb3e78eba5f3e34d1c2dfa994625edb005a</id>
<content type='text'>
This patch implements the notifier for Instruction intervals. It updates
the interval's top/bottom.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements the notifier for Instruction intervals. It updates
the interval's top/bottom.</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxVec][Interval] Implement Interval::comesBefore() (#112026)</title>
<updated>2024-10-11T18:51:38+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-10-11T18:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=31b85c6ead3e0e2979272046548f3ae8a51db289'/>
<id>31b85c6ead3e0e2979272046548f3ae8a51db289</id>
<content type='text'>
This patch implements `Interval::comesBefore(const Interval &amp;Other)`
which returns true if this interval is strictly before Other in program
order. The function asserts that the intervals are disjoint.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements `Interval::comesBefore(const Interval &amp;Other)`
which returns true if this interval is strictly before Other in program
order. The function asserts that the intervals are disjoint.</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxVec][Interval] Implement getUnionInterval() and getSingleDiff() (#111455)</title>
<updated>2024-10-08T17:57:16+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-10-08T17:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3c6041d28c6c185c9d7bc1de6d93148e383b58ed'/>
<id>3c6041d28c6c185c9d7bc1de6d93148e383b58ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxVec][Interval] Implement intersection and difference operations (#110549)</title>
<updated>2024-09-30T22:23:02+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-09-30T22:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c214af8454345a7986bce1395aad7f06b186352e'/>
<id>c214af8454345a7986bce1395aad7f06b186352e</id>
<content type='text'>
This patch implements a few set operations for the intervals. These
include:
- operator==() and operator!=() for comparing two intervals.
- disjoint()
- intersection()
- difference, which uses operator-()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements a few set operations for the intervals. These
include:
- operator==() and operator!=() for comparing two intervals.
- disjoint()
- intersection()
- difference, which uses operator-()</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxIR][NFC] Move Function class to a separate file (#110526)</title>
<updated>2024-09-30T17:12:47+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-09-30T17:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e22b07e766e415d6a0ed4c73fe5286fcf25f8d98'/>
<id>e22b07e766e415d6a0ed4c73fe5286fcf25f8d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[SandboxIR][NFC] Delete SandboxIR.h (#110309)"</title>
<updated>2024-09-27T20:18:44+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-09-27T20:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2018f4ccf28bd017ede1c092ab8de11fa474e68a'/>
<id>2018f4ccf28bd017ede1c092ab8de11fa474e68a</id>
<content type='text'>
This reverts commit 8dfeb4ef5d60a5c764f0ce249cc4ec69e012ff93.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8dfeb4ef5d60a5c764f0ce249cc4ec69e012ff93.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[SandboxIR][NFC] Delete SandboxIR.h (#110309)"</title>
<updated>2024-09-27T19:53:25+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-09-27T19:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8dfeb4ef5d60a5c764f0ce249cc4ec69e012ff93'/>
<id>8dfeb4ef5d60a5c764f0ce249cc4ec69e012ff93</id>
<content type='text'>
This reverts commit ca47f48a5c9e81ef8b5c4a5b1fbc473ea5d5497c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ca47f48a5c9e81ef8b5c4a5b1fbc473ea5d5497c.
</pre>
</div>
</content>
</entry>
<entry>
<title>[SandboxIR][NFC] Delete SandboxIR.h (#110309)</title>
<updated>2024-09-27T19:20:08+00:00</updated>
<author>
<name>vporpo</name>
<email>vporpodas@google.com</email>
</author>
<published>2024-09-27T19:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ca47f48a5c9e81ef8b5c4a5b1fbc473ea5d5497c'/>
<id>ca47f48a5c9e81ef8b5c4a5b1fbc473ea5d5497c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
