[PATCH] D136517: [InstCombine] Explicitly check for scalable TypeSize.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 12:30:06 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/gep-object-size-less-than-or-equal-typesize.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -instcombine -S | FileCheck %s
+
----------------
peterwaller-arm wrote:
> opt is missing its input.
Thanks for catching that. update_test_checks.py seemed fine with it and I guess I didn't run check-llvm afterwards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136517/new/
https://reviews.llvm.org/D136517
More information about the llvm-commits
mailing list