[all-commits] [llvm/llvm-project] 8871a4: [Constant] Update ConstantVector::get to return po...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Wed Jan 6 16:26:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8871a4b4cab8a56fd6ff12fd024002c3c79128b3
      https://github.com/llvm/llvm-project/commit/8871a4b4cab8a56fd6ff12fd024002c3c79128b3
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M llvm/lib/IR/Constants.cpp
    M llvm/test/Transforms/InstCombine/X86/x86-pack-inseltpoison.ll
    M llvm/test/Transforms/PhaseOrdering/X86/scalarization.ll
    M llvm/test/Transforms/SLPVectorizer/X86/alternate-int-inseltpoison.ll
    M llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll
    M llvm/test/Transforms/VectorCombine/X86/insert-binop-with-constant.ll
    M llvm/test/Transforms/VectorCombine/X86/insert-binop.ll

  Log Message:
  -----------
  [Constant] Update ConstantVector::get to return poison if all input elems are poison

The diff was reviewed at D93994




More information about the All-commits mailing list