The lowering is identical to the memcpy lowering.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM % nits
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | ||
---|---|---|
31 ↗ | (On Diff #185195) | Let's follow the current variable naming rules until they change. For isVolatile and the preivously added memcpy function too, both here and the cpp file. |
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | ||
---|---|---|
31 ↗ | (On Diff #185195) | I mean, for isVolatile and dl |
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | ||
---|---|---|
31 ↗ | (On Diff #185195) | Oops, this is left over from copying from the base class header. Goes to show just how uniform the codebase is now. |