[Mlir-commits] [mlir] [MLIR][LLVM] Handle floats in Mem2Reg of memset intrinsics (PR #131621)

Tobias Gysi llvmlistbot at llvm.org
Mon Mar 17 08:25:33 PDT 2025


https://github.com/gysit approved this pull request.

LGTM 

I would probably assert patternWidth == 8 or even use 8 directly when computing the constant. That way it is more obvious there cannot be an overflow (which triggers an assert IUC).

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


More information about the Mlir-commits mailing list