[all-commits] [llvm/llvm-project] 0cd9c5: [WebAssembly] Use ComplexPattern on remaining memo...
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Dec 15 02:21:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cd9c5176639a62f825cba5a2b2ed4bfbd8b3372
https://github.com/llvm/llvm-project/commit/0cd9c5176639a62f825cba5a2b2ed4bfbd8b3372
Author: Luke Lau <luke at igalia.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-load-lane-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-offset.ll
Log Message:
-----------
[WebAssembly] Use ComplexPattern on remaining memory instructions
This continues the refactoring work of selecting offset + address
operands with the AddrOpsN pattern, previously called LoadOpsN.
This is not an NFC, since constant addresses are now folded into the
offset in more places for v128.storeN_lane.
Differential Revision: https://reviews.llvm.org/D139950
More information about the All-commits
mailing list