diff options
author | Sarah Spall <sarahspall@microsoft.com> | 2025-02-06 15:25:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 15:25:20 -0800 |
commit | 14716f2e4b2d771af0fe9163540a8f08ffe1e5ec (patch) | |
tree | 33b5b0efb28115249f25dab0938ba48f452616e8 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 163ccfac33201948eb430db6fac38d265958cfaa (diff) | |
download | llvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.zip llvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.tar.gz llvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.tar.bz2 |
Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases)" (#126149)
Reverts llvm/llvm-project#118842
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e7a5100..ced3484 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4439,11 +4439,6 @@ public: AggValueSlot slot = AggValueSlot::ignored()); LValue EmitPseudoObjectLValue(const PseudoObjectExpr *e); - void FlattenAccessAndType( - Address Addr, QualType AddrTy, - SmallVectorImpl<std::pair<Address, llvm::Value *>> &AccessList, - SmallVectorImpl<QualType> &FlatTypes); - llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar); llvm::Value *EmitIvarOffsetAsPointerDiff(const ObjCInterfaceDecl *Interface, |