[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 01:02:37 PDT 2018


mstorsjo added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D50030





More information about the llvm-commits mailing list