[PATCH] D125713: [WebAssembly][NFC] Convert StackBased instruction field to 'bit' from string

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 05:53:53 PDT 2022


Paul-C-Anagnostopoulos added a comment.

I think you can use defvar to define two constants strue and sfalse, then use them instead of true and false. However, defvar'ed constants are a bit funky, so you'll have to test it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125713



More information about the llvm-commits mailing list