rez5427 wrote: > From the motivation case, do you know why MachineCSE fails to optimize?
Machine CSE is before this register coalescer, maybe add a CSE after this remat will work. https://github.com/llvm/llvm-project/pull/163047 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
