[llvm] [X86] X86LowerTileCopy: Find dead register to use to prevent save-reload of tile register (PR #83628)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 21 00:36:42 PDT 2024


https://github.com/phoebewang commented:

Thanks @nikic!

I didn't think `UsedRegs.stepBackward(MI);` is such expensive. I think we can early out with below code. How can we check it before commit?

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


More information about the llvm-commits mailing list