[PATCH] D157416: [RISCV][GlobalISel] Legalize multiplication

Nitin John Raj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 09:09:19 PDT 2023


nitinjohnraj marked 3 inline comments as done.
nitinjohnraj added inline comments.


================
Comment at: llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp:112
+
+    getActionDefinitionsBuilder({G_SMULH, G_UMULH}).legalFor({XLenLLT}).lower();
+  } else {
----------------
craig.topper wrote:
> Why did we stray from the usual formatting here?
clang-format does this. You can see similar formatting on line 71. Should I manually format it with `// clang-format off` tags?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157416/new/

https://reviews.llvm.org/D157416



More information about the llvm-commits mailing list