[PATCH] D121594: [VP] Add IR expansion for vp.icmp and vp.fcmp
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 02:27:35 PDT 2022
chapuni added inline comments.
================
Comment at: llvm/lib/CodeGen/ExpandVectorPredication.cpp:474
+
+ auto OC = *VPI.getFunctionalOpcode();
+ assert(OC == Instruction::ICmp || OC == Instruction::FCmp);
----------------
OC is unused in -Asserts.
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