[PATCH] D64152: [Attributor] Deduce "align" attribute
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 07:07:30 PDT 2019
uenoku marked 3 inline comments as done.
uenoku added inline comments.
================
Comment at: llvm/test/Transforms/FunctionAttrs/align.ll:43
+; ret i32* %ret
+; }
+
----------------
jdoerfert wrote:
> What happened to test5 again? Why is it commented out?
The problem was that getPointerAlignment didn't work well in test5_2. This will be fixed in D65281.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64152/new/
https://reviews.llvm.org/D64152
More information about the llvm-commits
mailing list