[PATCH] D103702: [AArch64][SVE] Wire up vscale_range attribute to SVE min/max vector queries
Matt D. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 08:38:54 PDT 2021
Matt added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp:161
EnableBranchTargets("aarch64-enable-branch-targets", cl::Hidden,
cl::desc("Enable the AAcrh64 branch target pass"),
cl::init(true));
----------------
Just noticed a small typo: s/AAcrh64/AArch64/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103702/new/
https://reviews.llvm.org/D103702
More information about the llvm-commits
mailing list