[PATCH] D28491: [AArch64] Add new subtarget feature to fuse AES crypto operations
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 08:26:14 PST 2017
evandro marked an inline comment as done.
evandro added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/misched-fusion.ll:13-19
-; CHECK: mov [[REGTY:[x,w]]]0, [[REGTY]][[ADDRES]]
-; CHECK: mov [[REGTY]]1, [[REGTY]][[SUBRES]]
-; CHECK: bl _foobar
-; CHECK: [[SKIPBLOCK]]:
-; CHECK: mov [[REGTY]]0, [[REGTY]][[SUBRES]]
-; CHECK: mov [[REGTY]]1, [[REGTY]][[ADDRES]]
-; CHECK: bl _foobar
----------------
MatzeB wrote:
> Why is this test affected here? I see no AES instructions.
Indeed, this test shouldn't be part of this patch.
Repository:
rL LLVM
https://reviews.llvm.org/D28491
More information about the llvm-commits
mailing list