[all-commits] [llvm/llvm-project] e8cce5: [RS4GC] NFC. Preparatory refactoring to make GC pa...
arpilipe via All-commits
all-commits at lists.llvm.org
Wed Oct 21 12:38:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8cce5ad892d21c9b51c656178a198cddb175ac4
https://github.com/llvm/llvm-project/commit/e8cce5ad892d21c9b51c656178a198cddb175ac4
Author: Artur Pilipenko <apilipenko at azul.com>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Log Message:
-----------
[RS4GC] NFC. Preparatory refactoring to make GC parseable memcpy
For GC parseable element atomic memcpy/memmove we'll need to
shuffle statepoint arguments. Make it possible by storing the
arguments as Value *, not Use *.
More information about the All-commits
mailing list