Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23378 Build 23377: arc lint + arc unit
Event Timeline
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | ||
---|---|---|
961 | Nit: maybe a newline here for readability? |
Comment Actions
Is there any reason why intrinsic names don't have underscores like anytrue but instruction names do, like any_true?
Comment Actions
Underscores in intrinsic tablegen names are turned into dots at the IR level. I liked anytrue better than any.true.
llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
200 ↗ | (On Diff #168060) | Sorry, but the indentation looks like it should have one more whitespace here |
Nit: maybe a newline here for readability?