[PATCH] D149572: [LegalizeVectorOps][AArch64][RISCV][X86] Use OpVT for ISD::SETCC in LegalizeVectorOps.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 11:56:07 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:2603
+ Num * Cost;
+ }
+
----------------
RKSimon wrote:
> Is there anyone intending to deal with this FIXME?
I've filed https://github.com/llvm/llvm-project/issues/62575
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149572/new/
https://reviews.llvm.org/D149572
More information about the llvm-commits
mailing list