[PATCH] D133494: [AArch64] Lower extending uitofp using tbl.
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 01:47:05 PDT 2022
t.p.northover added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:13277-13282
+ FixedVectorType::get(
+ Builder.getIntNTy(
+ I->getType()->getScalarType()->getScalarSizeInBits()),
+ cast<FixedVectorType>(I->getType())
+ ->getElementCount()
+ .getKnownMinValue())));
----------------
Isn't this just `DstTy->getInteger()`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133494/new/
https://reviews.llvm.org/D133494
More information about the llvm-commits
mailing list