[llvm] MachineFunctionPass: Clear properties before running function (PR #67962)
    Matthias Braun via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct  5 11:38:02 PDT 2023
    
    
  
https://github.com/MatzeB approved this pull request.
I think the whole `getClearedProperties()` and `getSetProperties()` design is an error and we should rather set/clear properties as necessary within `runOnMachineFunction`.
Short of changing this I guess I am fine with this when tests pass. LGTM
https://github.com/llvm/llvm-project/pull/67962
    
    
More information about the llvm-commits
mailing list