[all-commits] [llvm/llvm-project] 5f3bf5: [X86] Fix f128->i16 fptosi to promote the i16 to i...

topperc via All-commits all-commits at lists.llvm.org
Wed Nov 20 17:10:10 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f3bf5967b8d07dd170f0f8a2e085e0c26f7c710
      https://github.com/llvm/llvm-project/commit/5f3bf5967b8d07dd170f0f8a2e085e0c26f7c710
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/fp128-cast.ll

  Log Message:
  -----------
  [X86] Fix f128->i16 fptosi to promote the i16 to i32 before trying to form a libcall.

Previously one of the test cases added here gave an error.


  Commit: 27da569a7a54e9dcb3b2c09fbdfd6b70bd6fd912
      https://github.com/llvm/llvm-project/commit/27da569a7a54e9dcb3b2c09fbdfd6b70bd6fd912
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/fp128-cast.ll

  Log Message:
  -----------
  [X86] Fix i16->f128 sitofp to promote the i16 to i32 before trying to form a libcall.

Previously one of the test cases added here gave an error.


Compare: https://github.com/llvm/llvm-project/compare/5da385fb56cb...27da569a7a54


More information about the All-commits mailing list