[llvm] [InstCombine] Do not keep samesign when speculatively executing icmps (PR #127007)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 06:18:38 PST 2025
dtcxzyw wrote:
> > As an alternative, we can pass `UseInstrInfo=false` to `simplifyICmpInst`.
>
> Is the underlying issue `simplifyICmpInst` though?
Yeah. If `UseInstrInfo` is false, we cannot use poison-generating flags.
https://github.com/llvm/llvm-project/pull/127007
More information about the llvm-commits
mailing list