<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeGen/catch-alignment-assumption-array.c, 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>[Clang][CodeGen][UBSan] Remove redundant `EmitCheckValue` calls. NFCI (#135141)</title>
<updated>2025-04-12T07:35:45+00:00</updated>
<author>
<name>Yingwei Zheng</name>
<email>dtcxzyw2333@gmail.com</email>
</author>
<published>2025-04-12T07:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8b40a09bf50d62e2017611b7be2c55fab22d9572'/>
<id>8b40a09bf50d62e2017611b7be2c55fab22d9572</id>
<content type='text'>
`EmitCheckValue` is called inside `EmitCheck`:

https://github.com/llvm/llvm-project/blob/b122956390a6877536927c2b073a0b99f8b9704f/clang/lib/CodeGen/CGExpr.cpp#L3739
The outside calls are redundant because
`EmitCheckValue(EmitCheckValue(V))` always returns `EmitCheckValue(V)`.

Required by https://github.com/llvm/llvm-project/pull/135135.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`EmitCheckValue` is called inside `EmitCheck`:

https://github.com/llvm/llvm-project/blob/b122956390a6877536927c2b073a0b99f8b9704f/clang/lib/CodeGen/CGExpr.cpp#L3739
The outside calls are redundant because
`EmitCheckValue(EmitCheckValue(V))` always returns `EmitCheckValue(V)`.

Required by https://github.com/llvm/llvm-project/pull/135135.</pre>
</div>
</content>
</entry>
<entry>
<title>[Clang] Convert some tests to opaque pointers (NFC)</title>
<updated>2023-02-17T13:26:07+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2023-02-17T11:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f098fb69f16420cda0624a3ae5ad625a09ca7fe6'/>
<id>f098fb69f16420cda0624a3ae5ad625a09ca7fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid __builtin_assume_aligned crash when the 1st arg is array type</title>
<updated>2022-09-07T16:46:20+00:00</updated>
<author>
<name>yronglin</name>
<email>yronglin777@gmail.com</email>
</author>
<published>2022-09-07T16:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6ed21fc515230ac2ea459d8aa90566e9a467bbb0'/>
<id>6ed21fc515230ac2ea459d8aa90566e9a467bbb0</id>
<content type='text'>
Avoid __builtin_assume_aligned crash when the 1st arg is array type (or
string literal).

Fixes Issue #57169

Differential Revision: https://reviews.llvm.org/D133202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid __builtin_assume_aligned crash when the 1st arg is array type (or
string literal).

Fixes Issue #57169

Differential Revision: https://reviews.llvm.org/D133202
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type"</title>
<updated>2022-09-03T20:12:49+00:00</updated>
<author>
<name>Vitaly Buka</name>
<email>vitalybuka@google.com</email>
</author>
<published>2022-09-03T20:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9905dae5e18cd55ee6bb8678c95fed940ded1ef9'/>
<id>9905dae5e18cd55ee6bb8678c95fed940ded1ef9</id>
<content type='text'>
Breakes windows bot.

This reverts commit 3ad2fe913ae08ca062105731ad2da2eae825c731.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Breakes windows bot.

This reverts commit 3ad2fe913ae08ca062105731ad2da2eae825c731.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type</title>
<updated>2022-09-03T15:26:01+00:00</updated>
<author>
<name>yronglin</name>
<email>yronglin777@gmail.com</email>
</author>
<published>2022-09-03T15:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3ad2fe913ae08ca062105731ad2da2eae825c731'/>
<id>3ad2fe913ae08ca062105731ad2da2eae825c731</id>
<content type='text'>
Avoid __builtin_assume_aligned crash when the 1st arg is array type(or string literal).

Open issue: https://github.com/llvm/llvm-project/issues/57169

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D133202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid __builtin_assume_aligned crash when the 1st arg is array type(or string literal).

Open issue: https://github.com/llvm/llvm-project/issues/57169

Reviewed By: rjmccall

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