[all-commits] [llvm/llvm-project] 4e3c87: llvm/test/TableGen/intrinsic-pointer-to-any.td: Re...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Tue Mar 14 07:49:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e3c8720c0da2614b25e32dd473b3fa5da3e2592
https://github.com/llvm/llvm-project/commit/4e3c8720c0da2614b25e32dd473b3fa5da3e2592
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/test/TableGen/intrinsic-pointer-to-any.td
Log Message:
-----------
llvm/test/TableGen/intrinsic-pointer-to-any.td: Rework D125247.
It should've updated the number of `def i8 : ValueType<8, 3>;` to `5`,
since it renumbered ValueTypes.
FYI, the number 3 is `i2` and `IIT_I2(57)` was chosen in IntrinsicEmitter.
More information about the All-commits
mailing list