[PATCH] D128144: [AArch64] Known bits for AArch64ISD::DUP

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 23:32:04 PDT 2022


mstorsjo added a comment.

This breaks compilation for me, causing hangs when compiling some source files. Repro with https://martin.st/temp/rdopt-preproc.c, built with `clang -target aarch64-w64-mingw32 -w -c -O3 rdopt-preproc.c`. Previously this completed in ~5 seconds, now it doesn't terminate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128144



More information about the llvm-commits mailing list