[llvm] clastb representation in existing IR, and AArch64 codegen (PR #112738)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 03:39:23 PST 2024
================
@@ -490,6 +490,11 @@ class TargetLoweringBase {
return true;
}
+ virtual bool
+ shouldExpandVectorExtractLastActive(const IntrinsicInst *I) const {
----------------
SamTebbs33 wrote:
I think we;ll want a doc comment here.
https://github.com/llvm/llvm-project/pull/112738
More information about the llvm-commits
mailing list