[PATCH] D56338: [WebAssembly] Massive instruction renaming

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 15:32:31 PST 2019


tlively created this revision.
tlively added reviewers: aheejin, dschuff, aardappel.
Herald added subscribers: llvm-commits, jfb, sunfish, eraman, jgravelle-google, sbc100.

An automated renaming of all the instructions listed at
https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329
as well as some similarly-named identifiers.


Repository:
  rL LLVM

https://reviews.llvm.org/D56338

Files:
  include/llvm/BinaryFormat/Wasm.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  lib/Target/WebAssembly/README.txt
  lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblyInstrConv.td
  lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
  lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  test/CodeGen/WebAssembly/atomic-rmw.ll
  test/CodeGen/WebAssembly/byval.ll
  test/CodeGen/WebAssembly/call.ll
  test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll
  test/CodeGen/WebAssembly/cfg-stackify-eh.mir
  test/CodeGen/WebAssembly/comparisons-f32.ll
  test/CodeGen/WebAssembly/comparisons-f64.ll
  test/CodeGen/WebAssembly/comparisons-i32.ll
  test/CodeGen/WebAssembly/comparisons-i64.ll
  test/CodeGen/WebAssembly/conv-trap.ll
  test/CodeGen/WebAssembly/conv.ll
  test/CodeGen/WebAssembly/copysign-casts.ll
  test/CodeGen/WebAssembly/exception.ll
  test/CodeGen/WebAssembly/f16.ll
  test/CodeGen/WebAssembly/f32.ll
  test/CodeGen/WebAssembly/f64.ll
  test/CodeGen/WebAssembly/fast-isel-i24.ll
  test/CodeGen/WebAssembly/fast-isel.ll
  test/CodeGen/WebAssembly/function-bitcasts.ll
  test/CodeGen/WebAssembly/i32.ll
  test/CodeGen/WebAssembly/i64.ll
  test/CodeGen/WebAssembly/inline-asm-roundtrip.ll
  test/CodeGen/WebAssembly/inline-asm.ll
  test/CodeGen/WebAssembly/legalize.ll
  test/CodeGen/WebAssembly/load-ext-atomic.ll
  test/CodeGen/WebAssembly/load.ll
  test/CodeGen/WebAssembly/negative-base-reg.ll
  test/CodeGen/WebAssembly/offset-atomics.ll
  test/CodeGen/WebAssembly/offset-fastisel.ll
  test/CodeGen/WebAssembly/phi.ll
  test/CodeGen/WebAssembly/reg-stackify.ll
  test/CodeGen/WebAssembly/return-int32.ll
  test/CodeGen/WebAssembly/signext-inreg.ll
  test/CodeGen/WebAssembly/simd-arith.ll
  test/CodeGen/WebAssembly/simd-conversions.ll
  test/CodeGen/WebAssembly/simd-intrinsics.ll
  test/CodeGen/WebAssembly/simd.ll
  test/CodeGen/WebAssembly/stack-alignment.ll
  test/CodeGen/WebAssembly/store.ll
  test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll
  test/CodeGen/WebAssembly/userstack.ll
  test/CodeGen/WebAssembly/varargs.ll
  test/MC/Disassembler/WebAssembly/wasm.txt
  test/MC/WebAssembly/assembler-binary.ll
  test/MC/WebAssembly/basic-assembly.s
  test/MC/WebAssembly/comdat.ll
  test/MC/WebAssembly/global-ctor-dtor.ll
  test/MC/WebAssembly/simd-encodings.s
  test/MC/WebAssembly/weak-alias.ll
  test/ObjectYAML/wasm/elem_section.yaml
  test/ObjectYAML/wasm/import_section.yaml
  test/ObjectYAML/wasm/table_section.yaml
  tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56338.180333.patch
Type: text/x-patch
Size: 252192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/78283583/attachment-0001.bin>


More information about the llvm-commits mailing list