Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Highlighted the relevant differences.
llvm/test/Transforms/Attributor/nocapture-2.ll | ||
---|---|---|
167 | We get more returned due to missing bitcasts -- expected. | |
168 | We lost dereferenceable_or_null on @scc_A calls -- it's still present on the declaration though, so no real loss of information. Probably not supposed to happen though? | |
205–206 | dereferenceable_or_null increase to 8 is correct, because we now recognize that we return the argument, which has a dereferenceable_or_null(8) attribute. |
We get more returned due to missing bitcasts -- expected.