[PATCH] D112267: [TargetLowering] Simplify the interface for expandCTPOP/expandCTLZ/expandCTTZ.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 14:05:07 PDT 2021
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:2687
case ISD::ABS:
if (TLI.expandABS(Node, Tmp1, DAG))
Results.push_back(Tmp1);
----------------
Another candidate?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112267/new/
https://reviews.llvm.org/D112267
More information about the llvm-commits
mailing list