[PATCH] D108123: [Local] Move isFreeCall() before willReturn()

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 05:13:46 PDT 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/free-undef.ll:3
+; RUN: opt < %s -instcombine -S -o - | FileCheck %s -check-prefix=INSTCOMBINE
+; RUN: opt < %s -instcombine -simplifycfg -S -o - | FileCheck %s -check-prefix=SIMPLIFYCFG
+
----------------
I don't think runline adds value


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108123



More information about the llvm-commits mailing list