[all-commits] [llvm/llvm-project] 07ef7b: [Builtins] Add __builtin_assume_separate_storage

Bruno Cardoso Lopes via All-commits all-commits at lists.llvm.org
Thu Mar 23 16:35:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07ef7b1ff21e8e3faaf8279b8ec6a7f0ac252fad
      https://github.com/llvm/llvm-project/commit/07ef7b1ff21e8e3faaf8279b8ec6a7f0ac252fad
  Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/Builtins.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    A clang/test/CodeGen/builtin-assume-separate-storage.c
    A clang/test/Sema/builtin-assume-separate-storage.c

  Log Message:
  -----------
  [Builtins] Add __builtin_assume_separate_storage

Plumbing from the language level to the assume intrinsics with
separate_storage operand bundles.

Patch by David Goldblatt (davidtgoldblatt)

Differential Revision: https://reviews.llvm.org/D136515




More information about the All-commits mailing list