[llvm] [VPlan] First step towards VPlan cost modeling. (PR #92555)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 11:39:41 PDT 2024


================
@@ -1378,8 +1424,6 @@ class VPWidenCastRecipe : public VPRecipeWithIRFlags {
         ResultTy(ResultTy) {
     assert(UI.getOpcode() == Opcode &&
            "opcode of underlying cast doesn't match");
-    assert(UI.getType() == ResultTy &&
----------------
fhahn wrote:

Unfortunately yes

https://github.com/llvm/llvm-project/pull/92555


More information about the llvm-commits mailing list