Skip to content

Commit

Permalink
[AArch64] Remove Unsupported = 1 flag for the WriteAtomic WriteRes.
Browse files Browse the repository at this point in the history
In practice, this patch has no effect on scheduling.

There is no test case as there already exists a comprehensive test case for
LSE Atomics.

Patch by Stefan Teleman

Differential Revision: https://reviews.llvm.org/D40694

llvm-svn: 322291
  • Loading branch information
joelkevinjones committed Jan 11, 2018
1 parent 9bcc957 commit 90a6050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
Expand Up @@ -391,7 +391,7 @@ def : WriteRes<WriteBarrier, []> { let Latency = 1; }
def : WriteRes<WriteHint, []> { let Latency = 1; }

def : WriteRes<WriteAtomic, []> {
let Unsupported = 1;
let Latency = 4;
let NumMicroOps = 2;
}

Expand Down

0 comments on commit 90a6050

Please sign in to comment.