[PATCH] D34314: [PPC] Remove isBarrier from CFENCE8's definition.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 18:26:24 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305624: [PPC] Remove isBarrier from CFENCE8's definition. (authored by timshen).

Changed prior to commit:
  https://reviews.llvm.org/D34314?vs=102923&id=102925#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34314

Files:
  llvm/trunk/lib/Target/PowerPC/PPCInstr64Bit.td


Index: llvm/trunk/lib/Target/PowerPC/PPCInstr64Bit.td
===================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCInstr64Bit.td
+++ llvm/trunk/lib/Target/PowerPC/PPCInstr64Bit.td
@@ -994,7 +994,7 @@
                           (PPCldGotTprelL tglobaltlsaddr:$disp, i64:$reg))]>,
                  isPPC64;
 
-let isBarrier = 1, isPseudo = 1, Defs = [CR7], Itinerary = IIC_LdStSync in
+let isPseudo = 1, Defs = [CR7], Itinerary = IIC_LdStSync in
 def CFENCE8 : Pseudo<(outs), (ins g8rc:$cr), "#CFENCE8", []>;
 
 def : Pat<(PPCaddTls i64:$in, tglobaltlsaddr:$g),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34314.102925.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170617/9eddd3ce/attachment.bin>


More information about the llvm-commits mailing list