[PATCH] D149572: [LegalizeVectorOps][AArch64][RISCV][X86] Use OpVT for ISD::SETCC in LegalizeVectorOps.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 16:18:01 PDT 2023


dmgreen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:2603
+           Num * Cost;
+  }
+
----------------
craig.topper wrote:
> RKSimon wrote:
> > Is there anyone intending to deal with this FIXME?
> I've filed https://github.com/llvm/llvm-project/issues/62575
I can look into this. It sounds fine for the time being.


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