[all-commits] [llvm/llvm-project] beec3e: [WebAssembly][NFC] Consolidate TargetRegisterClass...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Jul 6 06:45:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beec3e8cb1bee9e26035649042e14efbb10f09f0
https://github.com/llvm/llvm-project/commit/beec3e8cb1bee9e26035649042e14efbb10f09f0
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.cpp
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.h
M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
Log Message:
-----------
[WebAssembly][NFC] Consolidate TargetRegisterClass=>COPY opcode conversion into a single helper
Previously WebAssemblyCFGStackify, WebAssemblyInstrInfo, and
WebAssemblyPeephole all had equivalent logic for this. Move it into a
common helper in WebAssemblyUtilities.
More information about the All-commits
mailing list