[PATCH] D156101: [AMDGPU] Introduce real and keep fake True16 instructions.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 03:03:18 PDT 2023


kosarev added a comment.

>> Yep, I'm about to revert it.
>
> 6cb3866b1ce9d835402e414049478cea82427cf1 <https://reviews.llvm.org/rG6cb3866b1ce9d835402e414049478cea82427cf1>

The failures were caused by a TableGen bug, now fixed in https://github.com/llvm/llvm-project/pull/67245. Preparing that fix took resolving the issue with long `AMDGPUGenRegisterInfo.inc` generation times, https://github.com/llvm/llvm-project/pull/67340, which in turn led to discovery of multiple failures on regression tests and fixing some of them in https://github.com/llvm/llvm-project/pull/67337.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156101



More information about the llvm-commits mailing list