Displaying 1 result from an estimated 1 matches for "targetlibrary".
2020 Aug 11
2
opt - replicating multiple passes from -O3 -debug-pass=Executions
...ared to the O3 run. (Note I had to remove the
-targetpassconfig flag and add -spec-exec-only-if-divergent-target to the
second pass to get my run to match O3's second pass.)
Comparing the -debug-pass=Executions from my runs with the O3 run, it seems
the first pass in my run has additional 'TargetLibrary Information',
'Target Pass Configuration' and the 'Module Pass Manager' entries compared
to O3 (copied below). My output shows the 'Pass Arguments:' line has
automatically added -targetpassconfig -verify -writebitcode, and the
-targetlibinfo flag was moved to the start....