[PATCH] D144903: [X86] Drop single use check for freeze(undef) in LowerAVXCONCAT_VECTORS

Manuel Brito via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 5 03:33:26 PST 2023


ManuelJBrito added a comment.

It seems the build failure was caused by a known crash  https://github.com/llvm/llvm-project/issues/55263. I tried to find some workaround but unsuccessfully.

So I'm thinking I can drop the end-to-end tests for now and commit them when the crash is fixed and for now just rely on the separate frontend and backend tests for regressions.

Is this OK with you @RKSimon ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144903



More information about the cfe-commits mailing list