[llvm-dev] Problem in AMDGPU TableGen files
Paul C. Anagnostopoulos via llvm-dev
llvm-dev at lists.llvm.org
Mon Feb 1 17:50:06 PST 2021
RISCV isn't in my usual list of targets to build. There are a few backends I can't process due to this problem:
https://bugs.llvm.org/show_bug.cgi?id=48254
But I can get far enough to detect the issue at hand, so I will build every target over the next few days and post the list. I will also do what Simon Pilgrim suggested.
At 2/1/2021 08:28 PM, Craig Topper wrote:
>Are you also failing on RISCV, I see things that should fail.
>
>For example, RISCVInstrInfoVSDPatterns.td contains
>
>defm "" : VPatUSLoadStoreSDNodes<AddrFI>;
>
>Â Where AddrFI is a complex pattern, but VPatUSLoadStoreSDNodes is defined to take a RegisterClass.
>
>multiclass VPatUSLoadStoreSDNodes<RegisterClass reg_rs1> {
>
>~Craig
More information about the llvm-dev
mailing list