[PATCH] D136517: [InstCombine] Explicitly check for scalable TypeSize.
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 04:08:58 PDT 2022
peterwaller-arm accepted this revision.
peterwaller-arm added a comment.
This revision is now accepted and ready to land.
LGTM. (With the fix) I've tested this produces the expected output.
================
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
+
----------------
opt is missing its input.
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