[all-commits] [llvm/llvm-project] 294c5c: [IR] Add TargetExtType::CanBeLocal property (#99016)

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Nov 22 02:03:05 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 294c5cb2bea88fa048e00757188749f074c5b09f
      https://github.com/llvm/llvm-project/commit/294c5cb2bea88fa048e00757188749f074c5b09f
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2024-11-22 (Fri, 22 Nov 2024)

  Changed paths:
    M clang/test/CodeGen/amdgpu-barrier-type-debug-info.c
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/Type.h
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Assembler/target-type-properties.ll

  Log Message:
  -----------
  [IR] Add TargetExtType::CanBeLocal property (#99016)

Add a property to allow marking target extension types that cannot be
used in an alloca instruction or byval argument, similar to CanBeGlobal
for global variables.

---------

Co-authored-by: Nikita Popov <github at npopov.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list