[PATCH] D56572: [AArch64] Add new target feature to fuse arithmetic and logic operations
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 08:35:28 PST 2019
fhahn added a comment.
Would it be possible to have a MIR test here, which just runs the scheduler?
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.h:324
+ hasFuseAES() || hasFuseArithmeticLogic() ||
+ hasFuseCCSelect() || hasFuseLiterals();
}
----------------
Not related to this patch directly, but is there a reason hasFuseCryptoEOR() is missing here?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56572/new/
https://reviews.llvm.org/D56572
More information about the llvm-commits
mailing list