[llvm] [MVT][TableGen] Extend Machine Value Type to `uint16_t` (PR #99657)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 11:17:37 PDT 2024
dtcxzyw wrote:
> This patch seems to cause `llvm-tblgen` to be killed due to OOM/hang :( good commit: [a847b0f](https://github.com/llvm/llvm-project/commit/a847b0f37d5dd0a3334eb822b35e89fa835a4b8d) bad commit: [9fe455f](https://github.com/llvm/llvm-project/commit/9fe455fd0c7d6f2107b33b37c04bbd3b12fe65b3) Compiler: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
Update: Reverting this commit fixes the issue.
https://github.com/llvm/llvm-project/pull/99657
More information about the llvm-commits
mailing list