[all-commits] [llvm/llvm-project] 842e5a: [X86] LowerVectorAllEqual - remove repeated VT.get...

jmciver via All-commits all-commits at lists.llvm.org
Tue Apr 4 02:48:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 842e5a8257090a6961b03f9b8d158d91ba53f7cb
      https://github.com/llvm/llvm-project/commit/842e5a8257090a6961b03f9b8d158d91ba53f7cb
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

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

  Log Message:
  -----------
  [X86] LowerVectorAllEqual - remove repeated VT.getScalarSizeInBits() call. NFC.


  Commit: 88318dfad83e99783e5e2f5044367cb3a786a3d1
      https://github.com/llvm/llvm-project/commit/88318dfad83e99783e5e2f5044367cb3a786a3d1
  Author: John McIver <john.mciver.iii at gmail.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    M llvm/test/Transforms/InstCombine/signed-truncation-check.ll

  Log Message:
  -----------
  [InstCombine][NFC] Update generated variable names in signed-truncation-check.ll

Update signed-truncation-check.ll using latest version of update_test_checks.py.

Differential Revision: https://reviews.llvm.org/D143030


Compare: https://github.com/llvm/llvm-project/compare/1445c11f153c...88318dfad83e


More information about the All-commits mailing list