The current implementation of AANoFreeFloating will incorrectly list floating
point loads and stores as may-free. This prevents other attributor instances
like HeapToStack from pushing some allocations to the stack.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG, two nits
llvm/test/Transforms/Attributor/ArgumentPromotion/byval.ll | ||
---|---|---|
163 ↗ | (On Diff #350956) | Run the update script on this file again until the diff disappears, unfortunate non-determinism somewhere. |
llvm/test/Transforms/OpenMP/hide_mem_transfer_latency.ll | ||
1 ↗ | (On Diff #350956) | Maybe keep the existing options as part of this commit. |