summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2018-08-15 17:50:22 +0000
committerThomas Lively <tlively@google.com>2018-08-15 17:50:22 +0000
commit39fe4808320be925bf7c7e43443cc0d938786e4a (patch)
tree15555ec53e7b7276a5b1e7c5ef4cacdc105a7868 /llvm/lib
parentf11c00d782f1f4a60593d0b4c5a428c2e581c24b (diff)
downloadbcm5719-llvm-39fe4808320be925bf7c7e43443cc0d938786e4a.tar.gz
bcm5719-llvm-39fe4808320be925bf7c7e43443cc0d938786e4a.zip
[WebAssembly] Test commit
Changes a comment and some whitespace to test commit access. llvm-svn: 339798
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
index be74fb86bc7..aec83cbd7ec 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
@@ -12,7 +12,7 @@
///
//===----------------------------------------------------------------------===//
-// Immediate argument types
+// immediate argument types
def ImmByte : ImmLeaf<i32, [{ return 0 <= Imm && Imm < 256; }]>;
foreach SIZE = [2, 4, 8, 16, 32] in
def LaneIdx#SIZE : ImmLeaf<i32, "return 0 <= Imm && Imm < "#SIZE#";">;
@@ -54,7 +54,6 @@ multiclass ExtractLaneExtended<string sign, bits<32> baseInst> {
!add(baseInst, 2),
!cast<PatFrag>("extract_i16x8"#sign)>;
}
-
let Defs = [ARGUMENTS] in {
defm EXTRACT_LANE_S : ExtractLaneExtended<"_s", 9>;
defm EXTRACT_LANE_U : ExtractLaneExtended<"_u", 10>;
OpenPOWER on IntegriCloud