[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 24 09:23:32 PDT 2018


christylee added a comment.

@courbet , @lebedev.ri , I'm trying to commit the patch by first running "arc patch  https://reviews.llvm.org/D51550", but it keeps saying unable to apply patch because llvm/trunk/test/Transforms/MergeICmps/X86/alias-merge-blocks.ll does not exists in index.  How should I go about this?

  (master)$ llvm-arc patch D51550
   INFO  Base commit is not in local repository; trying to fetch.
  Created and checked out branch arcpatch-D51550.
   INFO  Base commit is not in local repository; trying to fetch.
  Checking patch llvm/trunk/test/Transforms/MergeICmps/X86/alias-merge-blocks.ll...
  error: llvm/trunk/test/Transforms/MergeICmps/X86/alias-merge-blocks.ll: does not exist in index
  
   Patch Failed!
  Usage Exception: Unable to apply patch!


https://reviews.llvm.org/D51550





More information about the llvm-commits mailing list