[PATCH] D156779: [RISCV] Use correct LMUL!=1 types for __attribute__((riscv_rvv_vector_bits(N)))
Wang Pengcheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 1 01:29:10 PDT 2023
wangpc created this revision.
wangpc added a reviewer: craig.topper.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, arichardson.
Herald added a project: All.
wangpc requested review of this revision.
Herald added subscribers: cfe-commits, eopXD, MaskRay.
Herald added a project: clang.
We used to convert them to M1 <https://reviews.llvm.org/M1> types in arguments and return
value, which causes failures in CodeGen since it is not legal
to insert subvectors with LMUL>1 to M1 <https://reviews.llvm.org/M1> vectors.
Fixes 64266
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156779
Files:
clang/lib/CodeGen/Targets/RISCV.cpp
clang/test/CodeGen/attr-riscv-rvv-vector-bits-codegen.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156779.545961.patch
Type: text/x-patch
Size: 8673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230801/faee8a6d/attachment-0001.bin>
More information about the cfe-commits
mailing list