[all-commits] [llvm/llvm-project] 38730b: [Verifier] add tests for saturating intrinsics; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Feb 19 11:59:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38730b0029a448bff1c9ebd081747e748bcfa1ee
https://github.com/llvm/llvm-project/commit/38730b0029a448bff1c9ebd081747e748bcfa1ee
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
A llvm/test/Verifier/sat-intrinsics.ll
Log Message:
-----------
[Verifier] add tests for saturating intrinsics; NFC
As noted in D96904, we don't have direct tests for these malformed ops.
Commit: d79063129c286b02fae04542051856f1229cee3d
https://github.com/llvm/llvm-project/commit/d79063129c286b02fae04542051856f1229cee3d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[Verifier] remove dead code for saturating intrinsics; NFC
Test coverage shows that we assert with the string from the
tablegen defs file for these intrinsics, so these cases
should never be live.
Compare: https://github.com/llvm/llvm-project/compare/f4f5fb915104...d79063129c28
More information about the All-commits
mailing list