[all-commits] [llvm/llvm-project] 649a59: [clang] Allow vector of BitInt

Xiang Li via All-commits all-commits at lists.llvm.org
Mon Sep 19 09:27:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 649a59712ffbc937174268d04ee9a8885f572e2a
      https://github.com/llvm/llvm-project/commit/649a59712ffbc937174268d04ee9a8885f572e2a
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/Sema/SemaType.cpp
    A clang/test/CodeGenCXX/ext-int-vector-abi.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    M clang/test/Sema/builtin-classify-type.c
    M clang/test/SemaCXX/ext-int.cpp

  Log Message:
  -----------
  [clang] Allow vector of BitInt

Remove check which disable BitInt as element type for ext_vector.

Enabling it for HLSL to use _BitInt(16) as 16bit int at https://reviews.llvm.org/D133668

Reviewed By: erichkeane

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




More information about the All-commits mailing list