[PATCH] D100398: [AArch64][GlobalISel] Regbankselect + select @llvm.aarch64.neon.uaddlv
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 14:12:52 PDT 2021
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp:477
+ return false;
+ case Intrinsic::aarch64_neon_uaddlv:
+ return true;
----------------
Can we look up this information using the type signature of the intrinsic instead of hard coding it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100398/new/
https://reviews.llvm.org/D100398
More information about the llvm-commits
mailing list