Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | ||
---|---|---|
961 ↗ | (On Diff #168031) | 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 | Sorry, but the indentation looks like it should have one more whitespace here |
Sorry, but the indentation looks like it should have one more whitespace here