[PATCH] D76550: [Attributor] Improve the alignment of the loads
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 22 23:57:54 PDT 2020
jdoerfert requested changes to this revision.
jdoerfert added a subscriber: efriedma.
jdoerfert added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/test/Transforms/Attributor/ArgumentPromotion/basictest.ll:5
+; XFAIL: *
define internal i32 @test(i32* %X, i32* %Y) {
----------------
Please update the test accordingly (or wait for D76588 to pass so you can probably just run the test update script).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76550/new/
https://reviews.llvm.org/D76550
More information about the llvm-commits
mailing list