We often need to deal with the value lattice that contains none and
undef as special values. A simple helper makes this much nicer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/Attributor/nocapture-2.ll | ||
---|---|---|
214 | why is returned missing here ? |
llvm/test/Transforms/Attributor/nocapture-2.ll | ||
---|---|---|
214 | Idk. I'll take a look. |
llvm/test/Transforms/Attributor/nocapture-2.ll | ||
---|---|---|
214 | I'd suggest that we look into this after D103860 landed. A lot of the aareturnedvalue handling is going away with that one. The gist here is that we can now look through the casts in scc_A, scc_B, and scc_C and therefore follow the returned call through the argument. This confuses the "unique return" logic. |
why is returned missing here ?