[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

Bardia Mahjour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 29 07:24:59 PDT 2021


bmahjour added a comment.

In D103615#2847047 <https://reviews.llvm.org/D103615#2847047>, @stefanp wrote:

> I'm sorry I missed the asserts requirement.
> I will recommit this patch after I add `REQUIRES: asserts`.

Instead of disabling the tests for non-assert builds, can we just remove the `entry:` checks at the beginning of each function? The rest of the IR checks should pass since they use a regexp so they should match for either named or unnamed instructions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103615



More information about the cfe-commits mailing list