[all-commits] [llvm/llvm-project] f0d6c9: [X86] Add cmov i33 sgt test case

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jun 29 06:40:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0d6c9156b129597f2215b4123ebaae8a3eb57a3
      https://github.com/llvm/llvm-project/commit/f0d6c9156b129597f2215b4123ebaae8a3eb57a3
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/cmov.ll

  Log Message:
  -----------
  [X86] Add cmov i33 sgt test case

Suggested on D101074 - add a 'icmp sgt i64 %0, -2147483649' comparison that can fold to 'icmp sge i64 %0, -2147483648' on D101074 allowing i32 immediate folding




More information about the All-commits mailing list