[all-commits] [llvm/llvm-project] a8d221: [XCore] Use the newly introduced generic MEMBARRIE...

Philip Reames via All-commits all-commits at lists.llvm.org
Mon Jan 9 17:44:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8d22190e2c763cb9f38dcf2155a474a35c83620
      https://github.com/llvm/llvm-project/commit/a8d22190e2c763cb9f38dcf2155a474a35c83620
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M llvm/lib/Target/XCore/XCoreISelLowering.cpp
    M llvm/lib/Target/XCore/XCoreISelLowering.h
    M llvm/lib/Target/XCore/XCoreInstrInfo.td

  Log Message:
  -----------
  [XCore] Use the newly introduced generic MEMBARRIER node [not quite nfc]

The target node being removed did not have side effects; the generic one does.  Nothing in the code indicates the lack was intentional, so this is probably fixing a bug.




More information about the All-commits mailing list