[PATCH] D144933: [instcombine] Simplify separate_storage hints.
luxufan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 01:37:38 PST 2023
StephenFan added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/assume-separate_storage.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -passes=instcombine -basic-aa-separate-storage < %s 2>&1 | FileCheck %s
+
----------------
Is 2>&1 necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144933/new/
https://reviews.llvm.org/D144933
More information about the llvm-commits
mailing list