[PATCH] D112554: [AMDGPU] Add more llc tests for 48-bit mul generation.

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 19:35:39 PDT 2021


abinavpp added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/mul_int24.ll:223
+  %lshr.rhs = shl i64 %rhs, 40
+  %rhs24 = ashr i64 %lhs, 40
+  %mul = mul i64 %lhs24, %rhs24
----------------
foad wrote:
> "lhs" should be "lshr.rhs" here.
I'm seeing this problem in amdgpu-codegenprepare-mul24.ll as well. Fix: D112685


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112554



More information about the llvm-commits mailing list