We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58161d0 commit b47be43Copy full SHA for b47be43
clang/lib/CIR/CodeGen/CIRGenExpr.cpp
@@ -1114,6 +1114,7 @@ CIRGenFunction::buildExtVectorElementExpr(const ExtVectorElementExpr *E) {
1114
// it.
1115
LValueBaseInfo BaseInfo;
1116
// TODO(cir): Support TBAA
1117
+ assert(!UnimplementedFeature::tbaa());
1118
Address Ptr = buildPointerWithAlignment(E->getBase(), &BaseInfo);
1119
const auto *PT = E->getBase()->getType()->castAs<clang::PointerType>();
1120
Base = makeAddrLValue(Ptr, PT->getPointeeType(), BaseInfo);
0 commit comments