[PATCH] D85534: Enable InsertFreeze flag of JumpThreading when used in LTO
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 19:10:50 PDT 2021
Jim added a comment.
Hi,
This flag is enabled in LTO. I met a failure on my test program.
It shows
Unsupported instruction encountered
llvm/lib/Analysis/CFLGraph.h:260!
It looks like that CFLGraph is unable to support FreezeInst.
Could you give me some suggesion to fix it?
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85534/new/
https://reviews.llvm.org/D85534
More information about the llvm-commits
mailing list