[Mlir-commits] [mlir] [mlir][IR] Remove builder API + caching for low-precision FP types (PR #123321)

River Riddle llvmlistbot at llvm.org
Fri Jan 17 08:36:41 PST 2025


================
@@ -1044,39 +1044,6 @@ AbstractType::lookup(StringRef name, MLIRContext *context) {
 /// This should not be used directly.
 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; }
 
-Float4E2M1FNType Float4E2M1FNType::get(MLIRContext *context) {
----------------
River707 wrote:

We also need to remove the fields from the ContextImpl (and their initialization)

https://github.com/llvm/llvm-project/pull/123321


More information about the Mlir-commits mailing list