[PATCH] D98047: [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext  (fmul u, v))), z) -> (fma x, y, (fma (fpext u), (fpext v), z))
    Mateja Marjanovic via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar  9 07:17:23 PST 2021
    
        - Previous message: [PATCH] D97938: [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul u,  v)), z) -> (fma x, y, (fma u, v, z))
- Next message: [PATCH] D96614: [AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z) -> (fma x, y, -z)
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
matejam updated this revision to Diff 329334.
matejam added a comment.
Put back the accidentally deleted combiner from the list of combiners (load_or_combine).
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98047/new/
https://reviews.llvm.org/D98047
Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-ext-fma.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98047.329334.patch
Type: text/x-patch
Size: 36590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/73e15b07/attachment.bin>
    
    
        
	- Previous message: [PATCH] D97938: [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul u,  v)), z) -> (fma x, y, (fma u, v, z))
- Next message: [PATCH] D96614: [AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z) -> (fma x, y, -z)
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the llvm-commits
mailing list