[all-commits] [llvm/llvm-project] 197b7c: [MLIR][LLVM] Improve bit- and addrspacecast folders
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Thu Apr 4 23:23:31 PDT 2024
Branch: refs/heads/users/dinistro/llvm-dialect-improve-cast-folders
Home: https://github.com/llvm/llvm-project
Commit: 197b7c3a4074f87d38077f9700c68711e2382229
https://github.com/llvm/llvm-project/commit/197b7c3a4074f87d38077f9700c68711e2382229
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/canonicalize.mlir
M mlir/test/Dialect/LLVMIR/mem2reg.mlir
Log Message:
-----------
[MLIR][LLVM] Improve bit- and addrspacecast folders
This commit extends the folders of chainable casts (bitcast and
addrspacecast) to ensure that they fold a chain of the same casts into
a single cast.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list