[PATCH] D147096: AMDGPU: Created a sub-register class for the return address operand in the tail call return instruction

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 02:38:54 PDT 2023


foad added a comment.

> In case you haven't noticed, the expensive checks build bots started to fail (after this patch afaict).
> See https://lab.llvm.org/buildbot/#/builders/16 (or more specific this first fail when testing this patch https://lab.llvm.org/buildbot/#/builders/16/builds/45691 )

I added `-verify-machineinstrs` to the offending test so you don't need to enable expensive checks to provoke the failure: https://github.com/llvm/llvm-project/commit/13822e22968426d9a9ad7a9aa6e201e23f7bd3d1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147096



More information about the llvm-commits mailing list