[llvm-branch-commits] [clang] [CIR] Drop lang_address_space's custom parenthesized attribute format (PR #220880)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 3 07:09:04 PDT 2026
================
@@ -45,26 +45,6 @@ parseFloatLiteral(mlir::AsmParser &parser,
mlir::FailureOr<llvm::APFloat> &value,
cir::FPTypeInterface fpType);
-//===----------------------------------------------------------------------===//
-// AddressSpaceAttr
-//===----------------------------------------------------------------------===//
-
-mlir::ParseResult parseAddressSpaceValue(mlir::AsmParser &p,
----------------
erichkeane wrote:
We have similar 2x in CIRTypes.cpp. Should those go away too?
https://github.com/llvm/llvm-project/pull/220880
More information about the llvm-branch-commits
mailing list