[PATCH] D101944: [X86][Codegen] Shift amount mod: sh? i64 x, (32-y) --> sh? i64 x, -(y+32)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 22 03:06:36 PDT 2021


RKSimon added a comment.

@lebedev.ri https://bugs.llvm.org/show_bug.cgi?id=50431 appears to be due to this - please can you take a look at @craig.topper's proposed fix?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101944



More information about the llvm-commits mailing list