The lowering is identical to the memcpy lowering.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 27709 Build 27708: arc lint + arc unit
Event Timeline
Comment Actions
LGTM % nits
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | ||
---|---|---|
31 | 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 | I mean, for isVolatile and dl |
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h | ||
---|---|---|
31 | Oops, this is left over from copying from the base class header. Goes to show just how uniform the codebase is now. |
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.