[llvm] CodeGen: Remove target hook for terminal rule (PR #165962)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 21:46:07 PST 2025
appujee wrote:
Can we add a target specific hook to disable `applyTerminalRule` e.g., enable this only when `shouldRewriteCopySrc` returns true? We are seeing a failure on a copy instruction of a non-general purpose register and I wonder how we can get around this optimization.
https://github.com/llvm/llvm-project/pull/165962
More information about the llvm-commits
mailing list