[PATCH] D84109: [InstCombine] Fix store merge worklist management
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 18 13:38:41 PDT 2020
lebedev.ri added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/pr46680.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -instcombine -instcombine-infinite-loop-threshold=2 < %s | FileCheck %s
+
----------------
Please precommit with larger threshold and change it here in the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84109/new/
https://reviews.llvm.org/D84109
More information about the llvm-commits
mailing list