[PATCH] D157030: InstCombine: Fold out scale-if-denormal pattern

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 16:42:10 PDT 2023


goldstein.w.n added a comment.

When I try to check this out locally I'm getting an issue. Is there a missing patch in this series?

  $> arc patch D157030
   INFO  Base commit is not in local repository; trying to fetch.
  Created and checked out branch arcpatch-D157030.
  Checking patch llvm/test/Transforms/InstCombine/fold-select-fmul-if-zero.ll...
  error: llvm/test/Transforms/InstCombine/fold-select-fmul-if-zero.ll: does not exist in index
  Checking patch llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp...
  Checking patch llvm/lib/Transforms/InstCombine/InstCombineInternal.h...
  Checking patch llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp...
  Applied patch llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp cleanly.
  Applied patch llvm/lib/Transforms/InstCombine/InstCombineInternal.h cleanly.
  Applied patch llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp cleanly.
  
   Patch Failed! 
  Usage Exception: Unable to apply patch!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157030/new/

https://reviews.llvm.org/D157030



More information about the llvm-commits mailing list