[PATCH] D125515: [WebAssembly] Fix register use-def in FixIrreducibleControlFlow

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 10:50:53 PDT 2022


aheejin updated this revision to Diff 430125.
aheejin added a comment.

Remove `getSetProperties`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125515/new/

https://reviews.llvm.org/D125515

Files:
  llvm/lib/Target/WebAssembly/CMakeLists.txt
  llvm/lib/Target/WebAssembly/WebAssembly.h
  llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  llvm/test/CodeGen/WebAssembly/irreducible-cfg.mir
  llvm/test/CodeGen/WebAssembly/reg-stackify.ll
  llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll
  llvm/test/CodeGen/WebAssembly/umulo-i64.ll
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125515.430125.patch
Type: text/x-patch
Size: 15821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/af3f7e06/attachment-0001.bin>


More information about the llvm-commits mailing list