[all-commits] [llvm/llvm-project] 63625f: [SandboxIR] Implement LoadInst (#99597)

vporpo via All-commits all-commits at lists.llvm.org
Fri Jul 19 14:12:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63625f4406ac9ed419d72f11e701ec94dd72e317
      https://github.com/llvm/llvm-project/commit/63625f4406ac9ed419d72f11e701ec94dd72e317
  Author: vporpo <vporpodas at google.com>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M llvm/include/llvm/SandboxIR/SandboxIR.h
    M llvm/include/llvm/SandboxIR/SandboxIRValues.def
    M llvm/lib/SandboxIR/SandboxIR.cpp
    M llvm/unittests/SandboxIR/SandboxIRTest.cpp

  Log Message:
  -----------
  [SandboxIR] Implement LoadInst (#99597)

This patch implements a `LoadInst` instruction in SandboxIR. It mirrors
`llvm::LoadInst`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list