[PATCH] D107067: [FuncSpec] Ignore ConstantExpr when find possible constant
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 23:37:50 PDT 2021
ChuanqiXu added a comment.
BTW, may I ask a question here. The test case in this diff would get changed by function specialization pass but there wouldn't be any function get specialized. I know that the change is introduced by SCCPSolver. But do you think it is suitable? I feel it is a little bit strange.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107067/new/
https://reviews.llvm.org/D107067
More information about the llvm-commits
mailing list