Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mismerge in CHERI LLVM SelectionDAG::getMemset
The upstream code assumes AS0 for Dst (but curiously not Src), but the fix for that got lost in CHERI LLVM. Presumably it only affects Morello LLVM because it has improved libcall detection. Fixes: 96a072e ("[SelectionDAG] Handle bzero/memset libcalls globally instead of per target")
- Loading branch information