[llvm] r201559 - GlobalMerge: move "-global-merge" option to the pass itself.
Tim Northover
t.p.northover at gmail.com
Tue Feb 18 08:40:47 PST 2014
> Having looked at this recently, is there any particular reason why
> GlobalMerging has its own "disable me" flag anyway? Wouldn't it be best to
> just remove this flag completely?
Well, it can make assembly output less readable I suppose, but really
I'd prefer to move the other way if anything. llc is rather monolithic
in what it does.
Cheers.
Tim.
More information about the llvm-commits
mailing list