[llvm] [InstCombine] Fix the correctness of missing check reassoc attribute (PR #71277)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov  6 23:36:51 PST 2023
    
    
  
================
@@ -607,176 +781,9 @@ Instruction *InstCombinerImpl::visitFMul(BinaryOperator &I) {
   if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1))
     return replaceInstUsesWith(I, V);
 
-  if (I.hasAllowReassoc()) {
----------------
vfdff wrote:
Thanks very much, now it is clear, and I'll try address your previous commit.
https://github.com/llvm/llvm-project/pull/71277
    
    
More information about the llvm-commits
mailing list