[PATCH] D114676: [DAG] Enable initial ISD::BITCAST SimplifyDemandedBits/SimplifyMultipleUseDemandedBits big-endian handling

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 28 09:20:33 PST 2021


RKSimon created this revision.
RKSimon added reviewers: nemanjai, amyk, Esme.
Herald added a subscriber: hiraditya.
RKSimon requested review of this revision.
Herald added a project: LLVM.

This patch begins extending handling for peeking through bitcast nodes to big-endian targets as well as the existing little-endian case.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114676

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/PowerPC/vec_conv_i16_to_fp32_elts.ll
  llvm/test/CodeGen/PowerPC/vec_extract_p9.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114676.390210.patch
Type: text/x-patch
Size: 5553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211128/8076390e/attachment.bin>


More information about the llvm-commits mailing list