[PATCH] D108240: [AArch64][GlobalISel] Legalize 32-bit + narrow G_SMULO + G_UMULO

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 17:09:50 PDT 2021


aemerson added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-mul.mir:245-265
+---
+name:            test_umul_overflow_s128
+body:             |
+  bb.0:
+    ; TODO: Legalize this.
+
+    ; CHECK-LABEL: name: test_umul_overflow_s128
----------------
How about we move this to arm64-fallback.ll and keep the abort=1 in this file.


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

https://reviews.llvm.org/D108240



More information about the llvm-commits mailing list