[PATCH] D51550: Use alias analysis to check for real interference in cascade comparison

Christy Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 13:38:09 PDT 2018


christylee added inline comments.


================
Comment at: test/Transforms/MergeICmps/X86/alias-merge-blocks.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -mergeicmps -mtriple=x86_64-unknown-unknown -S | FileCheck %s --check-prefix=X86
----------------
lebedev.ri wrote:
> Would be good to commit the test with current check-lines, so the diff is visible in the review.
Hi @lebedev.ri !  Sorry I'm new to LLVM, what do you mean by "check-lines"?


https://reviews.llvm.org/D51550





More information about the llvm-commits mailing list