[clang] [CIR] Add X86 prefetch builtins (PR #168051)
Henrich Lauko via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 16 01:26:40 PST 2025
================
@@ -4150,7 +4150,7 @@ def CIR_ObjSizeOp : CIR_Op<"objsize", [Pure]> {
When the `min` attribute is present, the operation returns the minimum
guaranteed accessible size. When absent (max mode), it returns the maximum
possible object size. Corresponds to `llvm.objectsize`'s `min` argument.
-
+
----------------
xlauko wrote:
Keep it out please, as it also ads noise to blames and general history tracking.
Fixes like these should be made globally or when surrounding code changes.
https://github.com/llvm/llvm-project/pull/168051
More information about the cfe-commits
mailing list