[PATCH] D111497: m68k: Support bit shifts on 64-bit integers

John Paul Adrian Glaubitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 07:14:55 PDT 2021


glaubitz added a comment.

In D111497#3082769 <https://reviews.llvm.org/D111497#3082769>, @jrtc27 wrote:

> In D111497#3082763 <https://reviews.llvm.org/D111497#3082763>, @glaubitz wrote:
>
>> In D111497#3082590 <https://reviews.llvm.org/D111497#3082590>, @jrtc27 wrote:
>>
>>> That's probably https://github.com/llvm/llvm-project/commit/26b675d65eb2d1f117a39eee965652f590373232. It's in unrelated code so you can ignore it, and the buildbot probably isn't even enabling the experimental M68k backend?
>>
>> FWIW, the M68k backend is actually tested on a different buildbot: http://lab.llvm.org:8014/#/builders/180
>
> Sure, but that's all for post-commit checks, not pre-commit like the failure here.

OK, I guess it's safe to commit then.

Could anyone with commit access go ahead and push the changes, please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111497



More information about the llvm-commits mailing list