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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 13:31:34 PDT 2018


lebedev.ri 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
----------------
Would be good to commit the test with current check-lines, so the diff is visible in the review.


https://reviews.llvm.org/D51550





More information about the llvm-commits mailing list