thunderx2t99.md (thunderx2t99_crc): New Reservation.
* config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation. Co-Authored-By: Naveen H.S <Naveen.Hurugalawadi@cavium.com> From-SVN: r247125
This commit is contained in:
parent
424d5df0bb
commit
904588d854
@ -1,3 +1,8 @@
|
||||
2017-04-25 Julian Brown <julian@codesourcery.com>
|
||||
Naveen H.S <Naveen.Hurugalawadi@cavium.com>
|
||||
|
||||
* config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
|
||||
|
||||
2017-04-25 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
|
||||
|
@ -454,3 +454,10 @@
|
||||
(eq_attr "type" "crypto_sha1_fast,crypto_sha1_xor,crypto_sha1_slow,\
|
||||
crypto_sha256_fast,crypto_sha256_slow"))
|
||||
"thunderx2t99_f1")
|
||||
|
||||
;; CRC extension.
|
||||
|
||||
(define_insn_reservation "thunderx2t99_crc" 4
|
||||
(and (eq_attr "tune" "thunderx2t99")
|
||||
(eq_attr "type" "crc"))
|
||||
"thunderx2t99_i1")
|
||||
|
Loading…
Reference in New Issue
Block a user