[PATCH] D80574: [ExtVector] Support ExtVectorType conditional operator
Min-Yih Hsu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 09:52:47 PDT 2020
myhsu added a comment.
> Btw does your change fix this bug:
> https://bugs.llvm.org/show_bug.cgi?id=33103
As mentioned in the description, this patch only affect C code not C++ code. So strictly speaking this patch doesn't fix the bug, but if the same code attached in the bug report is compiled as C code it will pass.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80574/new/
https://reviews.llvm.org/D80574
More information about the cfe-commits
mailing list