[PATCH] D123394: [CodeGen]  Late cleanup of redundant address/immediate definitions.
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec  1 14:43:19 PST 2022
    
    
  
craig.topper added a comment.
In D123394#3964960 <https://reviews.llvm.org/D123394#3964960>, @reames wrote:
> In D123394#3964717 <https://reviews.llvm.org/D123394#3964717>, @jonpa wrote:
>
>> @reames:  Thanks for catching that problem that was previously missed. I looked into it and found:
>> ...
>> Could I disable the pass for now for RISCV and recommit?
>
> If you're sure this is a RISCV specific problem, sure.  Your description does sound like one to me, so it basically comes down to how sure of your analysis you are.
Looks like I tried to fix the RISCV issue once. https://reviews.llvm.org/D109405 but it caused other problems and got reverted. Then I guess I lost track of it.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123394/new/
https://reviews.llvm.org/D123394
    
    
More information about the llvm-commits
mailing list