[PATCH] D127877: [ValueTypes] Add types for nxv16bf16 and nxv32bf16.

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 15:52:47 PDT 2022


Amir added a comment.

In D127877#3590347 <https://reviews.llvm.org/D127877#3590347>, @craig.topper wrote:

> In D127877#3590136 <https://reviews.llvm.org/D127877#3590136>, @Amir wrote:
>
>> This diff breaks MSVC build: https://lab.llvm.org/buildbot/#/builders/222/builds/1268. Can you please take a look?
>
> It feels like llvm-tblgen didn't get rebuilt and is out of sync with ValueTypes.td. Is that possible?
>
> The last time these files were updated this same bot failed with a tablegen error from build 896 through at least build 1130.

Thanks for looking! You're right, llvm-tblgen is not rebuilt (it's a cross-compilation setup). Will address that


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127877



More information about the llvm-commits mailing list