[llvm] Scalarize the vector inputs to llvm.lround intrinsic by default. (PR #101054)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 11:49:01 PDT 2024


================
@@ -4920,6 +4920,8 @@ LegalizerHelper::fewerElementsVector(MachineInstr &MI, unsigned TypeIdx,
   case G_INTRINSIC_LLRINT:
   case G_INTRINSIC_ROUND:
   case G_INTRINSIC_ROUNDEVEN:
+  case G_LROUND:
+  case G_LLROUND:
----------------
tschuett wrote:

unrelated changes?

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


More information about the llvm-commits mailing list