[PATCH] D110529: [FuncSpec] Don't crash and specialise on poison or constexpr values

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 03:38:55 PDT 2021


ChuanqiXu added a comment.

I met the problem about `ConstantExpr` before: https://reviews.llvm.org/D107067. So it looks good to me basically. But I am wondering if it is better to fix the solver to solve these kind of problem fundamentally?


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

https://reviews.llvm.org/D110529



More information about the llvm-commits mailing list