[PATCH] D119535: [VP] vp.fptosi cast intrinsic and docs
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 09:47:54 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/test/Verifier/vp-intrinsics-illformed.ll:1
+; RUN: opt --verify %s
+; XFAIL: *
----------------
Picking a tests at random. It looks like they typically do something like
```
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
```
and then check the error message. Can we do that here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119535/new/
https://reviews.llvm.org/D119535
More information about the llvm-commits
mailing list