[all-commits] [llvm/llvm-project] 4f3497: [InstCombine] add tests for select of min/max intr...
    RotateRight via All-commits 
    all-commits at lists.llvm.org
       
    Sun Mar 28 10:23:35 PDT 2021
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f349739ef696fd6b633550ea94adffcbcf7994f
      https://github.com/llvm/llvm-project/commit/4f349739ef696fd6b633550ea94adffcbcf7994f
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-03-28 (Sun, 28 Mar 2021)
  Changed paths:
    A llvm/test/Transforms/InstCombine/select-min-max.ll
  Log Message:
  -----------
  [InstCombine] add tests for select of min/max intrinsics; NFC
  Commit: 01ae6e5ead64c033134a1ee68fb0bf6ec93b4c40
      https://github.com/llvm/llvm-project/commit/01ae6e5ead64c033134a1ee68fb0bf6ec93b4c40
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-03-28 (Sun, 28 Mar 2021)
  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/test/Transforms/InstCombine/select-min-max.ll
  Log Message:
  -----------
  [InstCombine] sink min/max intrinsics with common op after select
This is another step towards parity with cmp+select min/max idioms.
See D98152.
Compare: https://github.com/llvm/llvm-project/compare/20d5c42e0ef5...01ae6e5ead64
    
    
More information about the All-commits
mailing list