[llvm] r358116 - [kate] Add '!mul' operator that was introduced in D58775
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 11:26:23 PDT 2019
Author: lebedevri
Date: Wed Apr 10 11:26:23 2019
New Revision: 358116
URL: http://llvm.org/viewvc/llvm-project?rev=358116&view=rev
Log:
[kate] Add '!mul' operator that was introduced in D58775
Modified:
llvm/trunk/utils/kate/llvm-tablegen.xml
Modified: llvm/trunk/utils/kate/llvm-tablegen.xml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/kate/llvm-tablegen.xml?rev=358116&r1=358115&r2=358116&view=diff
==============================================================================
--- llvm/trunk/utils/kate/llvm-tablegen.xml (original)
+++ llvm/trunk/utils/kate/llvm-tablegen.xml Wed Apr 10 11:26:23 2019
@@ -16,6 +16,7 @@
<item> !tail </item>
<item> !con </item>
<item> !add </item>
+ <item> !mul </item>
<item> !shl </item>
<item> !sra </item>
<item> !srl </item>
More information about the llvm-commits
mailing list