[PATCH] D61887: [SelectionDAG] computeKnownBits - support constant pool values from target

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 03:38:47 PDT 2019


RKSimon updated this revision to Diff 200921.
RKSimon added a comment.

Use isNON_EXTLoad and pull out the Constant so we could add support for EXTLoad cases in the future if we see the need.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61887/new/

https://reviews.llvm.org/D61887

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/avx512-vec-cmp.ll
  test/CodeGen/X86/bitreverse.ll
  test/CodeGen/X86/combine-bitreverse.ll
  test/CodeGen/X86/combine-shl.ll
  test/CodeGen/X86/movmsk-cmp.ll
  test/CodeGen/X86/vector-bitreverse.ll
  test/CodeGen/X86/vector-pcmp.ll
  test/CodeGen/X86/vector-reduce-mul-widen.ll
  test/CodeGen/X86/vector-reduce-mul.ll
  test/CodeGen/X86/vector-shift-lshr-sub128.ll
  test/CodeGen/X86/vector-zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61887.200921.patch
Type: text/x-patch
Size: 330846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/c74cd9d0/attachment-0001.bin>


More information about the llvm-commits mailing list