[llvm] [SystemZ] Add TPEI instruction and Associated Facility (PR #89372)
Dominik Steenken via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 05:23:51 PDT 2024
================
@@ -3024,3 +3024,6 @@
wledb %v0, %v0, -1, 0
wledb %v0, %v0, 16, 0
+ #CHECK: error: instruction requires: test-pending-external-interrupt
+ #CHECK: tpei %r0, %r1
+ tpei %r0, %r1
----------------
dominik-steenken wrote:
should be fixed now.
https://github.com/llvm/llvm-project/pull/89372
More information about the llvm-commits
mailing list