[PATCH] D99904: [WebAssembly] Fix for PIC external symbol ISEL

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 8 12:05:33 PDT 2021


aardappel added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/load-store-pic.ll:4
+; RUN: llc < %s --mtriple=wasm64-unknown-emscripten -asm-verbose=false -relocation-model=pic -fast-isel -wasm-disable-explicit-locals -wasm-keep-registers | FileCheck %s -check-prefixes=PIC,CHECK -DPTR=i64
+; RUN: llc < %s --mtriple=wasm64-unknown-emscripten -asm-verbose=false -relocation-model=pic -fast-isel=false -wasm-disable-explicit-locals -wasm-keep-registers | FileCheck %s -check-prefixes=PIC,CHECK -DPTR=i64
 
----------------
tlively wrote:
> Nice! I didn't know you could define match strings from the command line like this.
I didn't know either, but it was exactly what I needed, so I went to look in the docs for them :) The good thing about the LLVM eco-system is that whatever you're trying to do, someone has needed it before..


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

https://reviews.llvm.org/D99904



More information about the llvm-commits mailing list