[all-commits] [llvm/llvm-project] 54d868: [ExpandMemCmp] Update CFG before DTU
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 18 12:50:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54d868991ab79abc5c52cf38939f0a45292e7506
https://github.com/llvm/llvm-project/commit/54d868991ab79abc5c52cf38939f0a45292e7506
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/ExpandMemCmp.cpp
Log Message:
-----------
[ExpandMemCmp] Update CFG before DTU
The applyUpdates() API requires that the CFG is already updated,
so make sure to insert the new terminator first.
More information about the All-commits
mailing list