[PATCH] D56093: [WebAssembly] Rename StoreResults to MemIntrinsicResults
    Heejin Ahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 26 14:28:50 PST 2018
    
    
  
aheejin created this revision.
aheejin added reviewers: dschuff, sunfish.
Herald added subscribers: llvm-commits, jgravelle-google, sbc100, mgorny.
StoreResults pass does not optimize store instructions anymore because
store instructions don't return results values anymore. Now this pass is
used solely for memory intrinsics, so update the pass name accordingly
and fix outdated pass descriptions as well.
This patch does not change any meaningful behavior, but not marked as
NFC because it changes a comment check line in a test case.
Repository:
  rL LLVM
https://reviews.llvm.org/D56093
Files:
  lib/Target/WebAssembly/CMakeLists.txt
  lib/Target/WebAssembly/README.txt
  lib/Target/WebAssembly/WebAssembly.h
  lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  test/DebugInfo/WebAssembly/dbg-value-live-interval.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56093.179527.patch
Type: text/x-patch
Size: 9711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181226/efefcd70/attachment.bin>
    
    
More information about the llvm-commits
mailing list