[all-commits] [llvm/llvm-project] 74cc0f: [IR][AutoUpgrade] Merge x86 mask load intrinsic up...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Dec 3 08:54:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74cc0fa1db74d678436020a64a8ca0e9e99954d1
      https://github.com/llvm/llvm-project/commit/74cc0fa1db74d678436020a64a8ca0e9e99954d1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M llvm/lib/IR/AutoUpgrade.cpp

  Log Message:
  -----------
  [IR][AutoUpgrade] Merge x86 mask load intrinsic upgrades. NFC.

Helps appease MSVC which is complaining about "fatal error C1061: compiler limit: blocks nested too deeply" - we already do the same thing for avx512.mask.store intrinsics.

This is only a stopgap solution until another else-if case needs adding - we really need to refactor this chain of ifs properly.




More information about the All-commits mailing list