[PATCH] D141883: [DAG] Do not combine any_ext when we combine and into zext.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 18:42:14 PST 2023


deadalnix created this revision.
deadalnix added reviewers: RKSimon, craig.topper, efriedma, spatel, lebedev.ri.
Herald added subscribers: StephenFan, ecnelises, pengfei, hiraditya.
Herald added a project: All.
deadalnix requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This transofrm loses information that can be useful for other transforms.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141883

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/clear_upper_vector_element_bits.ll
  llvm/test/CodeGen/X86/illegal-bitfield-loadstore.ll
  llvm/test/CodeGen/X86/known-signbits-vector.ll
  llvm/test/CodeGen/X86/ushl_sat.ll
  llvm/test/CodeGen/X86/ushl_sat_vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141883.489667.patch
Type: text/x-patch
Size: 16431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/7575fbae/attachment.bin>


More information about the llvm-commits mailing list