[PATCH] D139418: [AArch64] GlobalIsel codegen for gpr CTZ
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 08:19:34 PST 2022
stuij marked 2 inline comments as done.
stuij added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp:78
// support.
const bool HasFP16 = ST.hasFullFP16();
const LLT &MinFPScalar = HasFP16 ? s16 : s32;
----------------
paquette wrote:
> I think the `HasCSSC` variable should go somewhere around here so that we can avoid moving it around as you add support for the CSSC feature.
done. thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139418/new/
https://reviews.llvm.org/D139418
More information about the llvm-commits
mailing list