This patch begins extending handling for peeking through bitcast nodes to big-endian targets as well as the existing little-endian case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114676
[DAG][PowerPC] Enable initial ISD::BITCAST SimplifyDemandedBits/SimplifyMultipleUseDemandedBits big-endian handling ClosedPublic Authored by RKSimon on Nov 28 2021, 9:20 AM.
Details Summary This patch begins extending handling for peeking through bitcast nodes to big-endian targets as well as the existing little-endian case.
Diff Detail
Event Timelinelebedev.ri retitled this revision from [DAG] Enable initial ISD::BITCAST SimplifyDemandedBits/SimplifyMultipleUseDemandedBits big-endian handling to [DAG][PowerPC] Enable initial ISD::BITCAST SimplifyDemandedBits/SimplifyMultipleUseDemandedBits big-endian handling.Dec 1 2021, 3:01 AM This revision is now accepted and ready to land.Dec 1 2021, 2:59 PM Closed by commit rG6803d08c38af: [DAG][PowerPC] Enable initial ISD::BITCAST… (authored by RKSimon). · Explain WhyDec 2 2021, 3:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391273 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
|