[all-commits] [llvm/llvm-project] 3bc525: [X86] Autogenerate complete checks. NFC

topperc via All-commits all-commits at lists.llvm.org
Fri Feb 21 00:35:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bc525af235038602a2e1143f5491d3b802a8b5b
      https://github.com/llvm/llvm-project/commit/3bc525af235038602a2e1143f5491d3b802a8b5b
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/cmov-fp.ll

  Log Message:
  -----------
  [X86] Autogenerate complete checks. NFC


  Commit: 263bef2bbcb0b3bad1f9113a638d6e6c92920a6b
      https://github.com/llvm/llvm-project/commit/263bef2bbcb0b3bad1f9113a638d6e6c92920a6b
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/cmov-fp.ll
    M llvm/test/CodeGen/X86/pseudo_cmov_lower.ll

  Log Message:
  -----------
  [X86] Make combineCMov not create unsupported FCMOVs when f32/f64 are using X87.

This makes the behavior consistent with what's in LowerSELECT.


  Commit: 97f11600e0b87b69b01412af8df4fc37af652fce
      https://github.com/llvm/llvm-project/commit/97f11600e0b87b69b01412af8df4fc37af652fce
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/cmov-fp.ll
    M llvm/test/CodeGen/X86/pseudo_cmov_lower.ll

  Log Message:
  -----------
  [X86] Don't bother avoiding illegal FCMOVs if we don't have the cmov subtarget feature.

We'll be forced to emit branches so we might as well use the most
direct condition.


Compare: https://github.com/llvm/llvm-project/compare/df74033ec9fc...97f11600e0b8


More information about the All-commits mailing list