[PATCH] D31801: Performance enhancements for Cavium ThunderX2 T99
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 04:07:17 PDT 2017
javed.absar added inline comments.
================
Comment at: lib/Target/AArch64/AArch64SchedThunderX2T99.td:370
+//---
+def : InstRW<[THX2T99Write_1Cyc_I2], (instregex "^B")>;
+def : InstRW<[THX2T99Write_1Cyc_I2], (instregex "^BL")>;
----------------
nitpick. These could be compressed into fewer lines separated as (instregex a, b, ...). Also, doesn't "^B" cover "^BL" as well?
Repository:
rL LLVM
https://reviews.llvm.org/D31801
More information about the llvm-commits
mailing list