[all-commits] [llvm/llvm-project] 827d0c: [X86] combineToExtendBoolVectorInReg - use explici...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Feb 11 08:41:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 827d0c51be93c4b0bcbe43a6cbbcc0e65a8b9f58
      https://github.com/llvm/llvm-project/commit/827d0c51be93c4b0bcbe43a6cbbcc0e65a8b9f58
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

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

  Log Message:
  -----------
  [X86] combineToExtendBoolVectorInReg - use explicit arguments. NFC.

Replace the *_EXTEND node with the raw operands, this will make it easier to use combineToExtendBoolVectorInReg for any boolvec extension combine.

Cleanup prep for Issue #53760




More information about the All-commits mailing list