[all-commits] [llvm/llvm-project] b6c220: [llvm][NFC] Adjust mem fn auto upgrade detection
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Sat Aug 5 14:30:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6c220da021941899c7049e8104a0ed3946f1c41
https://github.com/llvm/llvm-project/commit/b6c220da021941899c7049e8104a0ed3946f1c41
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-08-05 (Sat, 05 Aug 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[llvm][NFC] Adjust mem fn auto upgrade detection
AutoUpgrade detection of memcpy and memmove is almost
identical. Commonize the code path.
Reviewed By: jroelofs
More information about the All-commits
mailing list