[llvm] [CodeGenPrepare] Bail out of usubo creation if sub's parent is not the same as the comparison (PR #160358)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 24 20:14:08 PDT 2025
https://github.com/arsenm commented:
I'm surprised we have wholly separate implementations for these cases. The tail of the function is identical, except for the opcode. Can you refactor this so the two share the code
https://github.com/llvm/llvm-project/pull/160358
More information about the llvm-commits
mailing list