[llvm] [GlobalISel][AArch64] AArch64O0PreLegalizerCombiner: Disable fixed-point iteration (PR #94291)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 05:02:57 PDT 2024


arsenm wrote:


> 
> I don't see where this would be needed. The overwhelming majority of work is done in the first iteration. Limiting the number of iterations to 2 already performs identically to fixed-point iteration on CTMark O2.
> 
> 
> 
> 


This would better match how instcombine handles this 

https://github.com/llvm/llvm-project/pull/94291


More information about the llvm-commits mailing list