[all-commits] [llvm/llvm-project] ce9c0f: [X86][AMX] combineLdSt - don't dereference dyn_cas...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 2 08:46:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce9c0faca1611041d3dbc3712c4c54c4fab58fb9
      https://github.com/llvm/llvm-project/commit/ce9c0faca1611041d3dbc3712c4c54c4fab58fb9
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-02 (Mon, 02 May 2022)

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

  Log Message:
  -----------
  [X86][AMX] combineLdSt - don't dereference dyn_cast. NFC

This leads to null pointer dereference warnings - use cast<> which will assert that the cast correct.


  Commit: 59dc8ce95a0df8205ccea7300155b29a37cfb44e
      https://github.com/llvm/llvm-project/commit/59dc8ce95a0df8205ccea7300155b29a37cfb44e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ScheduleZnver2.td

  Log Message:
  -----------
  [X86] Reduce some superfluous diffs between znver1/znver2 models. NFC

znver2 is a mainly a search+replace of the znver1 model, but for no reason the HADD and DPPS have been moved around - try to keep these in sync (no actual changes in the models).


Compare: https://github.com/llvm/llvm-project/compare/5a47accda88c...59dc8ce95a0d


More information about the All-commits mailing list