[PATCH] D116851: [MemoryBuiltins] Add field for alignment argument

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 09:23:20 PST 2022


reames closed this revision.
reames added a comment.

Landed.  When I went to land it, I noticed a couple of small issues, so this ended up being a small mini series rather than one patch.

commit 7febd60a90960ff1c74027c05394e134dad655a1 <https://reviews.llvm.org/rG7febd60a90960ff1c74027c05394e134dad655a1> (HEAD -> main, origin/main)
Author: Bryce Wilson <bryce at brycemw.ca>
Date:   Mon Jan 10 09:08:55 2022 -0800

  [instcombine] Add align return attributes for operator new(..., align_val)


commit fb936595faa44ad9c8d8550b05ea95e7be5f4703 <https://reviews.llvm.org/rGfb936595faa44ad9c8d8550b05ea95e7be5f4703>
Author: Bryce Wilson <bryce at brycemw.ca>
Date:   Mon Jan 10 08:58:44 2022 -0800

  [MemoryBuiltins] Add field for alignment argument [NFC]

commit 332642e693509947d33ec5dbcbdc3fcf149f4a87 <https://reviews.llvm.org/rG332642e693509947d33ec5dbcbdc3fcf149f4a87>
Author: Philip Reames <listmail at philipreames.com>
Date:   Mon Jan 10 08:38:40 2022 -0800

  Add test coverage for D116851

commit f4c54683d684100fffd307ddf773078429b83442 <https://reviews.llvm.org/rGf4c54683d684100fffd307ddf773078429b83442>
Author: Philip Reames <listmail at philipreames.com>
Date:   Mon Jan 10 08:25:20 2022 -0800

  [instcombine] Infer alignment for aligned_alloc with potentially zero size


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116851/new/

https://reviews.llvm.org/D116851



More information about the llvm-commits mailing list