[PATCH] D40694: Remove Unsupported flag from T99 Scheduler

Joel Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 08:52:11 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322291: [AArch64] Remove Unsupported = 1 flag for the WriteAtomic WriteRes. (authored by joel_k_jones, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D40694?vs=125059&id=129456#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40694

Files:
  llvm/trunk/lib/Target/AArch64/AArch64SchedThunderX2T99.td


Index: llvm/trunk/lib/Target/AArch64/AArch64SchedThunderX2T99.td
===================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64SchedThunderX2T99.td
+++ llvm/trunk/lib/Target/AArch64/AArch64SchedThunderX2T99.td
@@ -391,7 +391,7 @@
 def : WriteRes<WriteHint,    []> { let Latency = 1; }
 
 def : WriteRes<WriteAtomic,  []> {
-  let Unsupported = 1;
+  let Latency = 4;
   let NumMicroOps = 2;
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40694.129456.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/dcf57341/attachment.bin>


More information about the llvm-commits mailing list