[PATCH] D50030: [ARM] Adjust AND immediates to make them cheaper to select.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 11 12:48:49 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D50030#1196248, @mstorsjo wrote:

> This change made some compilations run forever. Repro is available at http://martin.st/temp/VbrTag.preproc.c. Compiling with `clang -target armv7-w64-mingw32 -c VbrTag.preproc.c -O2` doesn't complete within reasonable time.
>
> Will file a proper PR later.


This is now PR38530.


Repository:
  rL LLVM

https://reviews.llvm.org/D50030





More information about the llvm-commits mailing list