[all-commits] [llvm/llvm-project] 451c59: [X86][AVX10] Fix a bug when using -march with no-e...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Mon Nov 13 23:15:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 451c594bcbe528a44312cb698d78145c3ef18fa1
      https://github.com/llvm/llvm-project/commit/451c594bcbe528a44312cb698d78145c3ef18fa1
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
    M clang/lib/Basic/Targets/X86.cpp
    A clang/test/CodeGen/X86/pr72106.c

  Log Message:
  -----------
  [X86][AVX10] Fix a bug when using -march with no-evex512 attribute (#72126)

#71318 failed to clear EVEX512 feature for intended intrinsics.

Fixes #72106




More information about the All-commits mailing list