[PATCH] D138450: Use poison instead of undef as placeholder for vector construction [NFC]

Manuel Brito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 10:25:03 PST 2022


ManuelJBrito created this revision.
ManuelJBrito added a reviewer: nlopes.
Herald added subscribers: Enna1, pengfei, hiraditya.
Herald added a project: All.
ManuelJBrito requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Replacing the following instances of UndefValue with PoisonValue where the UndefValue is used as a placeholder for vector construction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138450

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp
  llvm/lib/Transforms/Scalar/Scalarizer.cpp
  llvm/test/Instrumentation/DataFlowSanitizer/array.ll
  llvm/test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-expandload.ll
  llvm/test/Transforms/Scalarizer/variable-extractelement.ll
  llvm/test/Transforms/Scalarizer/vector-of-pointer-to-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138450.476938.patch
Type: text/x-patch
Size: 9115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221121/72bfd9dc/attachment.bin>


More information about the llvm-commits mailing list