[PATCH] D136508: [RISCV] Inline scalar ceil/floor/trunc/rint/round/roundeven.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 13:51:36 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:10816
+  F->insert(I, SinkMBB);
+  // Move all instructions after the sequence to TailMBB.
+  SinkMBB->splice(SinkMBB->end(), MBB,
----------------
reames wrote:
> Are SinkMBB and TailMBB the same?
Yeah. I was looking at multiple custom inserters across multiple targets and must have copied the comment from one and used the name from another.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136508



More information about the llvm-commits mailing list