[PATCH] D100329: [SimplifyCFG] Allow hoisting terminators only with HoistCommonInsts=false.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 05:48:20 PDT 2021


uabelho added a comment.

Hi,

This patch seems to make -simplifycfg generate different code with/without dbg intrinsics present.
So
 opt -simplifycfg -S -o - scfg.ll
and
 opt -strip-debug -o - -S scfg.ll | opt -simplifycfg -S -o -
give different results for the attached scfg.ll.F16302698: scfg.ll <https://reviews.llvm.org/F16302698>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100329/new/

https://reviews.llvm.org/D100329



More information about the llvm-commits mailing list