[all-commits] [llvm/llvm-project] 50fb39: [X86] Custom widen strict v2f32->v2i32 by padding ...

topperc via All-commits all-commits at lists.llvm.org
Thu Dec 26 21:45:25 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 50fb3957c1906d2e971a192e5bd69b40bc5a3919
      https://github.com/llvm/llvm-project/commit/50fb3957c1906d2e971a192e5bd69b40bc5a3919
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
    M llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

  Log Message:
  -----------
  [X86] Custom widen strict v2f32->v2i32 by padding with zeroes.

For non-strict, generic type legalization will take care of this,
but that doesn't happen currently for strict nodes.




More information about the All-commits mailing list