[all-commits] [llvm/llvm-project] a6150b: [Sema] Use the canonical type in function isVector

ahatanaka via All-commits all-commits at lists.llvm.org
Fri Nov 22 12:57:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a6150b48cea00ab31e9335cc73770327acc4cb3a
      https://github.com/llvm/llvm-project/commit/a6150b48cea00ab31e9335cc73770327acc4cb3a
  Author: Akira Hatanaka <ahatanaka at apple.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/Sema/fp16vec-sema.c

  Log Message:
  -----------
  [Sema] Use the canonical type in function isVector

This fixes an assertion in Sema::CreateBuiltinBinOp that fails when one
of the vector operand's element type is a typedef of __fp16.

rdar://problem/55983556




More information about the All-commits mailing list