[all-commits] [llvm/llvm-project] 42c15c: [X86][clang] Enable floating-point type for -mno-x...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Mon Nov 29 22:08:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42c15c7edf174fc7a45131a1b89ee816fada7633
      https://github.com/llvm/llvm-project/commit/42c15c7edf174fc7a45131a1b89ee816fada7633
  Author: Phoebe Wang <pengfei.wang at intel.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M clang/lib/Basic/Targets/X86.cpp
    M clang/test/Sema/x86-no-x87.cpp

  Log Message:
  -----------
  [X86][clang] Enable floating-point type for -mno-x87 option on 32-bits

We should match GCC's behavior which allows floating-point type for -mno-x87 option on 32-bits. https://godbolt.org/z/KrbhfWc9o

The previous block issues have partially been fixed by D112143.

Reviewed By: asavonic, nickdesaulniers

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




More information about the All-commits mailing list