[PATCH] D121594: [VP] Add IR expansion for vp.icmp and vp.fcmp

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 02:35:28 PDT 2022


frasercrmck marked an inline comment as done.
frasercrmck added inline comments.


================
Comment at: llvm/lib/CodeGen/ExpandVectorPredication.cpp:474
+
+  auto OC = *VPI.getFunctionalOpcode();
+  assert(OC == Instruction::ICmp || OC == Instruction::FCmp);
----------------
chapuni wrote:
> OC is unused in -Asserts.
Thanks - should be fixed by rG08497a785bfb


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121594/new/

https://reviews.llvm.org/D121594



More information about the llvm-commits mailing list