Need to emit select(cmp) instructions for poison-safe forms of select
ops. Currently alive reports that Target is more poisonous than source
for operations we generating for such instructions.
https://alive2.llvm.org/ce/z/FiNiAA
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
I'm not sure if I like the double fallthrough tbh, and I'd expect static analyzers to warn about the repeated if() - are adding extra 'return Builder.CreateBinOp' that bad?