[MLIR][NFC] Inline lambda to workaround gcc 9.1,9.2 bug
gcc 9.1/9.2 has a bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90538) which leads to an incorrect error when expanding parameter packs multiple times in a lambda. Inlining this lambda to work around this issue. Reviewed By: rriddle, CarolineConcatto Differential Revision: https://reviews.llvm.org/D81828
Loading
Please register or sign in to comment