Skip to content

Conversation

@v-klochkov
Copy link
Contributor

Some places in LowerESIMD pass had assert statements preventing from
access data referenced by nullptr. Those places were reported by
static verfier for RELEASE build because 'assert' is NOP there.

The fix calls llvm::report_fatal_error if the condition is not met.

Also, the fix adds a missing copyright comment section to one of files
created reacently.

Signed-off-by: Vyacheslav N Klochkov vyacheslav.n.klochkov@intel.com

@v-klochkov v-klochkov requested a review from a team as a code owner June 30, 2022 21:36
@v-klochkov v-klochkov force-pushed the esimd_verification_errors branch from 73c82d5 to 6ab6c14 Compare June 30, 2022 22:13
Some places in LowerESIMD pass had assert statements preventing from
access data referenced by nullptr. Those places were reported by
static verfier for RELEASE build because 'assert' is NOP there.

The fix calls llvm::report_fatal_error if the condition is not met.

Also, the fix adds a missing copyright comment section to one of files
created reacently.

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
@v-klochkov v-klochkov merged commit d291f77 into intel:sycl Jul 1, 2022
@v-klochkov v-klochkov deleted the esimd_verification_errors branch July 1, 2022 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants