[all-commits] [llvm/llvm-project] 326162: [WebAssembly][GlobalISel] Remove unecessary `-veri...
Demetrius Kanios via All-commits
all-commits at lists.llvm.org
Wed Apr 29 10:04:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 326162b02b00f70223057f8ec44ebc43cb98e655
https://github.com/llvm/llvm-project/commit/326162b02b00f70223057f8ec44ebc43cb98e655
Author: Demetrius Kanios <demetrius at kanios.net>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/ashr.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/ctlz.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/ctpop.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/cttz.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/fshl.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/fshr.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/implicit_def.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/lshr.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/rotl.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/rotr.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/instructions/shl.mir
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/args-simd.ll
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/args-swiftcc.ll
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/args.ll
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/ret-aggregates.ll
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/ret-basics.ll
M llvm/test/CodeGen/WebAssembly/GlobalISel/irtranslator/ret-simd.ll
Log Message:
-----------
[WebAssembly][GlobalISel] Remove unecessary `-verify-machineinstrs` from tests (NFC) (#194799)
Removes all uses of `-verify-machineinstrs` from the Wasm GISel tests.
This only impacts `*.ll` in practice, as `-verify-machineinstrs` appears
to be implicitly enabled when processing `.mir` files.
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