Also clean up some preexisting target feature code.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td | ||
---|---|---|
60 ↗ | (On Diff #184443) | Should we add NotHasBulkMemory for symmetry? |
llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td | ||
---|---|---|
60 ↗ | (On Diff #184443) | I don't anticipate needing it for anything, so I don't think so. |
Hmm.. is it OK to make commits to cfe and llvm at the same time now? I thought you were supposed to break them up in the separate commits.
‘git llvm push’ takes care of splitting the commit into two subversion commits automatically. I think it might commit them together atomically, too, but I’m not sure.
I only see a single SVN revision number for this: r352793. I'm pretty sure its one commit. But I also see other people doing the same so I guess maybe its just OK to do that now
It's always been possible because clang and LLVM have always just been in different trunks in the same SVN repo. AFAIK it's never been disallowed but people rarely do it.