Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 24580 Build 24579: arc lint + arc unit
Event Timeline
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
40 | Is there any reason the section orders in this file have all changed? If possible keeping them the same would be helpful to view the diff to figure out what part has changed in which way. |
Comment Actions
This CL does not only do renumbering but also do some of refactoring by unifying classes into unaries and binaries. Ideally they can be splitted, but if we want to do them herer together maybe we can add that part of explanation to the CL/commit description.
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
683–684 | Can we use SIMDUnary for this? |
Is there any reason the section orders in this file have all changed? If possible keeping them the same would be helpful to view the diff to figure out what part has changed in which way.