[llvm] ISel: introduce vector ISD::LRINT, ISD::LLRINT; custom RISCV lowering (PR #66924)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 10:40:13 PDT 2023


================
@@ -1911,6 +1912,7 @@ void DAGCombiner::Run(CombineLevel AtLevel) {
 
 SDValue DAGCombiner::visit(SDNode *N) {
   switch (N->getOpcode()) {
+    // clang-format off
----------------
topperc wrote:

Why is this indented 2 spaces further than surrounding code?

https://github.com/llvm/llvm-project/pull/66924


More information about the llvm-commits mailing list