[PATCH] D157030: InstCombine: Fold out scale-if-denormal pattern
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 17:07:19 PDT 2023
arsenm added a comment.
In D157030#4623057 <https://reviews.llvm.org/D157030#4623057>, @goldstein.w.n wrote:
> 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!
You don't have the baseline test commit, just pushed it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157030/new/
https://reviews.llvm.org/D157030
More information about the llvm-commits
mailing list