[llvm] [FinalizelSel] Re-scan the MachineFunction if we insert a new MBB by custom insertion (PR #96046)
    Gábor Spaits via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 18 01:48:17 PDT 2024
    
    
  
spaits wrote:
Hi @jacquesguan  @topperc . You have mentioned that breaking at calls in `emitSelectPseudo` would fix the issue, but it is not the root cause of the it. In the current state of things, we are generation wrong code if the assertions are disabled. Could we please at least temporarily do the above mentioned quick fix in `emitSelectPseudo` so we are not generating wrong code? Would that work @topperc ? If so would you @jacquesguan like to do it or should I create a PR with that?
Thank you.
https://github.com/llvm/llvm-project/pull/96046
    
    
More information about the llvm-commits
mailing list