[all-commits] [llvm/llvm-project] 0ed5b0: [X86] Don't use types when getting the intrinsic d...

topperc via All-commits all-commits at lists.llvm.org
Fri Apr 24 11:01:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ed5b0d517cb781d4949cc4bfa9854bc276ee13a
      https://github.com/llvm/llvm-project/commit/0ed5b0d517cb781d4949cc4bfa9854bc276ee13a
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/avx512f-builtins.c

  Log Message:
  -----------
  [X86] Don't use types when getting the intrinsic declaration for x86_avx512_mask_vcvtph2ps_512.

This intrinsic isn't overloaded so we should query with types.
Doing so causes the backend to miss the intrinsic and not codegen it.
This eventually leads to a linker error.




More information about the All-commits mailing list