[PATCH] D110024: [MergeICmps] Don't reorder unmerged comparisons
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 00:52:31 PDT 2021
courbet added inline comments.
================
Comment at: llvm/test/Transforms/MergeICmps/X86/entry-block-shuffled-2.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -mergeicmps < %s | FileCheck %s
----------------
nikic wrote:
> courbet wrote:
> > can you submit the test as a preliminary step so that we can see the diff here ?
> The test fails verification before the test. Do you suggest to commit it with `-disable-verify`?
Never mind. I was thinking we would see the first block after the merged one, but obviously this would fail verification...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110024/new/
https://reviews.llvm.org/D110024
More information about the llvm-commits
mailing list