[all-commits] [llvm/llvm-project] ebec07: [X86][FP16] Change the order of the operands in co...

Pengfei Wang via All-commits all-commits at lists.llvm.org
Wed Sep 22 20:03:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebec077e07f5d35a870f075fb665c006978d49ea
      https://github.com/llvm/llvm-project/commit/ebec077e07f5d35a870f075fb665c006978d49ea
  Author: Wang, Pengfei <pengfei.wang at intel.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M clang/lib/Headers/avx512fp16intrin.h
    M clang/lib/Headers/avx512vlfp16intrin.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86IntrinsicsInfo.h
    M llvm/test/CodeGen/X86/avx512cfma-intrinsics.ll
    M llvm/test/CodeGen/X86/avx512cfmul-intrinsics.ll
    M llvm/test/CodeGen/X86/avx512cfmulsh-instrinsics.ll
    M llvm/test/CodeGen/X86/avx512fp16-combine-vfmulc-fadd.ll
    M llvm/test/CodeGen/X86/avx512fp16-combine-xor-vfmulc-fadd.ll
    M llvm/test/CodeGen/X86/stack-folding-fp-avx512fp16.ll
    M llvm/test/CodeGen/X86/stack-folding-fp-avx512fp16vl.ll

  Log Message:
  -----------
  [X86][FP16] Change the order of the operands in complex FMA intrinsics to allow swap between the mul operands.

Reviewed By: craig.topper

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


  Commit: 1873f3be78a5255df8c36c195f4c778f9f47fc5c
      https://github.com/llvm/llvm-project/commit/1873f3be78a5255df8c36c195f4c778f9f47fc5c
  Author: Pengfei Wang <pengfei.wang at intel.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp
    M llvm/include/llvm/Demangle/ItaniumDemangle.h

  Log Message:
  -----------
  [demangle] Support for ISO/IEC TS 18661 binary floating point type

Reviewed By: #libc_abi, ldionne

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


Compare: https://github.com/llvm/llvm-project/compare/47cc166bc023...1873f3be78a5


More information about the All-commits mailing list