[PATCH] D66567: [Attributor] Manifest alignment in load and store instructions
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 08:51:53 PDT 2019
uenoku accepted this revision.
uenoku added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2740
+ case Instruction::Load:
+ // The alignment of a pointer is interesting for stores.
+ checkAndRegisterAA<AAAlignFloating>(
----------------
stores -> loads
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66567/new/
https://reviews.llvm.org/D66567
More information about the llvm-commits
mailing list