Thread: JIT crash introduced by 6185c9737c with LLVM 14

JIT crash introduced by 6185c9737c with LLVM 14

From
Jeff Davis
Date:
The following query causes a crash on an optimized build using LLVM 14:

   create table t(i int);
   set jit_above_cost=0;
   select count(*) from t;

I bisected the crash to 6185c9737c.

Regards,
    Jeff Davis