[llvm] [DirectX] Move memset and memcpy handling to a new pass. NFC (PR #172921)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 19 08:39:18 PST 2025


================
@@ -269,8 +269,8 @@ static bool upcastI8AllocasAndUses(Instruction &I,
       if (CastInst *Cast = dyn_cast<CastInst>(LU))
         Ty = Cast->getType();
       else if (CallInst *CI = dyn_cast<CallInst>(LU)) {
----------------
bogner wrote:

Good point. Follow up here: https://github.com/llvm/llvm-project/pull/173040

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


More information about the llvm-commits mailing list