Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Allow llvm.ptr.annotation to specify decorations #2406

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 5, 2024

  1. [Doc] Allow llvm.ptr.annotation to specify decorations

    For example it allows to translate
      @.str.0 = private unnamed_addr addrspace(1) constant [13 x i8]
      c"{44:\224\22}\00", section "llvm.metadata"
      ...
      %ptr = alloca i32
      %ann_ptr = call ptr @llvm.ptr.annotation.p4.p1(ptr %ptr, ptr
       addrspace(1) @.str.0, ptr addrspace(1) @.str.1)
    
    into OpDecorate Alignment 4
    
    Signed-off-by: Sidorov, Dmitry <[email protected]>
    MrSidims committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fd9861f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. update

    Signed-off-by: Sidorov, Dmitry <[email protected]>
    MrSidims committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    aa96fe5 View commit details
    Browse the repository at this point in the history