[PATCH] D106762: [AArch64][GlobalISel] Enable some select combines after legalization

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 11:56:03 PDT 2021


aemerson added a comment.

In D106762#2908160 <https://reviews.llvm.org/D106762#2908160>, @aemerson wrote:

> In D106762#2907272 <https://reviews.llvm.org/D106762#2907272>, @tpopp wrote:
>
>> An important piece of information: this seems to happen only with assertions disabled (-DLLVM_ENABLE_ASSERTIONS=OFF)
>
> Thanks, I'll take a look.

This could be just exposing an existing issue that previously we fell back on, but without asserts we try to continue with codegen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106762



More information about the llvm-commits mailing list