This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f3c256db8c AMDGPU/GlobalISel: Select G_BITREVERSE new 7d01918ed06 [mir-canon][NFC] Move MIR vreg renaming code to separate fi [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/MIRCanonicalizerPass.cpp | 342 +--------------------------------- lib/CodeGen/MIRVRegNamerUtils.cpp | 347 +++++++++++++++++++++++++++++++++++ lib/CodeGen/MIRVRegNamerUtils.h | 83 +++++++++ 4 files changed, 436 insertions(+), 337 deletions(-) create mode 100644 lib/CodeGen/MIRVRegNamerUtils.cpp create mode 100644 lib/CodeGen/MIRVRegNamerUtils.h