<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/utils, branch users/wsmoses/conv</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>[bazel] Add more load statements for C++ rules (#154207)</title>
<updated>2025-08-19T00:41:49+00:00</updated>
<author>
<name>Jordan Rupprecht</name>
<email>rupprecht@google.com</email>
</author>
<published>2025-08-19T00:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fb4450c4593d0e53e52b799c0f8a3efb841ce323'/>
<id>fb4450c4593d0e53e52b799c0f8a3efb841ce323</id>
<content type='text'>
Same thing as #149584, but for more elements of cc_rules (e.g.
`CcInfo`), and applying it to some files that were added since then
(build files under mlir/examples).

Command: `buildifier --lint=fix
--warnings=native-cc-binary,native-cc-import,native-cc-library,native-cc-objc-import,native-cc-objc-library,native-cc-shared-library,native-cc-test,native-cc-toolchain,native-cc-toolchain-suite,native-cc-fdo-prefetch-hints,native-cc-fdo-profile,native-cc-memprof-profile,native-cc-propeller-optimize,native-cc-common,native-cc-debug-package-info,native-cc-info,native-cc-shared-library-info,native-cc-shared-library-hint-info`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same thing as #149584, but for more elements of cc_rules (e.g.
`CcInfo`), and applying it to some files that were added since then
(build files under mlir/examples).

Command: `buildifier --lint=fix
--warnings=native-cc-binary,native-cc-import,native-cc-library,native-cc-objc-import,native-cc-objc-library,native-cc-shared-library,native-cc-test,native-cc-toolchain,native-cc-toolchain-suite,native-cc-fdo-prefetch-hints,native-cc-fdo-profile,native-cc-memprof-profile,native-cc-propeller-optimize,native-cc-common,native-cc-debug-package-info,native-cc-info,native-cc-shared-library-info,native-cc-shared-library-hint-info`</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][math] Refactor coshf16 implementation to header-only in src/__support/math folder. (#153582)</title>
<updated>2025-08-18T23:08:07+00:00</updated>
<author>
<name>Muhammad Bassiouni</name>
<email>60100307+bassiounix@users.noreply.github.com</email>
</author>
<published>2025-08-18T23:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2c79dc10823d4a0c4707a51dbe10ba4b35acc472'/>
<id>2c79dc10823d4a0c4707a51dbe10ba4b35acc472</id>
<content type='text'>
Part of #147386

in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #147386

in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Port #153497: reland clang modules scanner change (#154192)</title>
<updated>2025-08-18T20:15:12+00:00</updated>
<author>
<name>Jordan Rupprecht</name>
<email>rupprecht@google.com</email>
</author>
<published>2025-08-18T20:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=462929183cafc8d1229dc167972195f4b088e339'/>
<id>462929183cafc8d1229dc167972195f4b088e339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Port #151175: VectorFromElementsLowering (#154169)</title>
<updated>2025-08-18T18:07:05+00:00</updated>
<author>
<name>Jordan Rupprecht</name>
<email>rupprecht@google.com</email>
</author>
<published>2025-08-18T18:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8d256733a05ceeda8b854cc7665724c425236673'/>
<id>8d256733a05ceeda8b854cc7665724c425236673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Fix //mlir:XeGPUDialect compilation. (#153904)</title>
<updated>2025-08-15T23:45:32+00:00</updated>
<author>
<name>Chenguang Wang</name>
<email>w3cing@gmail.com</email>
</author>
<published>2025-08-15T23:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e68989b93036c3ff4efe785b07ba27662356f6cc'/>
<id>e68989b93036c3ff4efe785b07ba27662356f6cc</id>
<content type='text'>
Broken by https://github.com/llvm/llvm-project/pull/153273.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Broken by https://github.com/llvm/llvm-project/pull/153273.</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Add yaml2obj to mlir/Test/Target/BUILD.bazel (#153875)</title>
<updated>2025-08-15T21:16:03+00:00</updated>
<author>
<name>Chenguang Wang</name>
<email>w3cing@gmail.com</email>
</author>
<published>2025-08-15T21:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eecbaac5c6699175b4c4f22e2d4fbad8c9cfa6ab'/>
<id>eecbaac5c6699175b4c4f22e2d4fbad8c9cfa6ab</id>
<content type='text'>
https://github.com/llvm/llvm-project/pull/152131 uses yaml2obj, which is
not listed as a dependency of the lit tests in bazel. This is causing
LLVM CI failures, e.g [1].

[1]:
https://buildkite.com/llvm-project/upstream-bazel/builds/146788/steps/canvas?sid=0198af37-f624-470f-aac1-d9e0b42fab56</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/llvm/llvm-project/pull/152131 uses yaml2obj, which is
not listed as a dependency of the lit tests in bazel. This is causing
LLVM CI failures, e.g [1].

[1]:
https://buildkite.com/llvm-project/upstream-bazel/builds/146788/steps/canvas?sid=0198af37-f624-470f-aac1-d9e0b42fab56</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Add missing test inputs inclusion on mlir/test/Target. (#153854)</title>
<updated>2025-08-15T19:32:15+00:00</updated>
<author>
<name>Chenguang Wang</name>
<email>w3cing@gmail.com</email>
</author>
<published>2025-08-15T19:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b3e3a2090b7307c7efbfbc7cee9d9573f2226d3b'/>
<id>b3e3a2090b7307c7efbfbc7cee9d9573f2226d3b</id>
<content type='text'>
https://github.com/llvm/llvm-project/pull/152131 added a few tests that
depend on `mlir/test/Target/Wasm/inputs/*`, e.g.
`mlir/test/Target/Wasm/import.mlir` reads `inputs/import.yaml.wasm`.
These inputs should be included as data dependency.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/llvm/llvm-project/pull/152131 added a few tests that
depend on `mlir/test/Target/Wasm/inputs/*`, e.g.
`mlir/test/Target/Wasm/import.mlir` reads `inputs/import.yaml.wasm`.
These inputs should be included as data dependency.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][bazel] Fix Bazel build after 6bb8f6f2d0ed672217e0a0521afc5b86913b717e (#153811)</title>
<updated>2025-08-15T14:28:44+00:00</updated>
<author>
<name>Benjamin Chetioui</name>
<email>3920784+bchetioui@users.noreply.github.com</email>
</author>
<published>2025-08-15T14:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8c0914d826a633191a042cdd8a82032bcc30de30'/>
<id>8c0914d826a633191a042cdd8a82032bcc30de30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Reformat libc build</title>
<updated>2025-08-15T04:41:56+00:00</updated>
<author>
<name>Aiden Grossman</name>
<email>aidengrossman@google.com</email>
</author>
<published>2025-08-15T04:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4f15debe13af14e0fd668ee4861aff6dbc5283df'/>
<id>4f15debe13af14e0fd668ee4861aff6dbc5283df</id>
<content type='text'>
Buildifier flags some issues, so run it over everything and have it
automatically reformat the files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Buildifier flags some issues, so run it over everything and have it
automatically reformat the files.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bazel] Fix mlir/BUILD.bazel for VectorToXeGPU. (#153696)</title>
<updated>2025-08-14T22:03:41+00:00</updated>
<author>
<name>DeanSturtevant1</name>
<email>dsturtevant@google.com</email>
</author>
<published>2025-08-14T22:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cb2f0d0a5f14c183e7182aba0f0e54a518de9e3f'/>
<id>cb2f0d0a5f14c183e7182aba0f0e54a518de9e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
