[PATCH] D154193: [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 01:12:58 PDT 2023
uabelho added a comment.
In D154193#4484336 <https://reviews.llvm.org/D154193#4484336>, @XinWang10 wrote:
> In D154193#4484279 <https://reviews.llvm.org/D154193#4484279>, @uabelho wrote:
>
>> The following crashes with the patch
>>
>> llc -march=x86-64 -o /dev/null reduced.ll
>>
>> F28188745: reduced.ll <https://reviews.llvm.org/F28188745>
>
> Thanks a lot!
Note: I found this with llvm-stress. I don't know if it's related to the build bot failure mentioned earlier here at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154193/new/
https://reviews.llvm.org/D154193
More information about the llvm-commits
mailing list