[all-commits] [llvm/llvm-project] 348240: [X86]Add support for __outbyte/word/dword and __in...

Malay Sanghi via All-commits all-commits at lists.llvm.org
Thu Jun 20 22:10:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 348240362f9673c824c0ad22fd9e13ae3f937864
      https://github.com/llvm/llvm-project/commit/348240362f9673c824c0ad22fd9e13ae3f937864
  Author: Malay Sanghi <malay.sanghi at intel.com>
  Date:   2024-06-21 (Fri, 21 Jun 2024)

  Changed paths:
    M clang/lib/Headers/intrin.h
    M clang/test/CodeGen/X86/ms-x86-intrinsics.c

  Log Message:
  -----------
  [X86]Add support for __outbyte/word/dword and __inbyte/word/dword (#93774)

A previous commit implemented _inp/w/d and renaming that to
__inbyte/word/dword

These intrinsics were declared in the header but never implemented.



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