[all-commits] [llvm/llvm-project] 50ee0b: [InstCombine][X86] getNegativeIsTrueBoolVec - use ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Sep 12 06:01:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 50ee0b99ec2902f5cf7a62a5e9b4a4f882b17031
      https://github.com/llvm/llvm-project/commit/50ee0b99ec2902f5cf7a62a5e9b4a4f882b17031
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp

  Log Message:
  -----------
  [InstCombine][X86] getNegativeIsTrueBoolVec - use ConstantExpr evaluators. NFCI.

Don't do this manually, we can just use the ConstantExpr evaluators to do it more tidily for us.




More information about the All-commits mailing list