[PATCH] D105728: [clang][Codegen] Directly lower `(*((volatile int *)(0))) = 0;` into a `call void @llvm.trap()`

Erich Keane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 14:55:59 PDT 2021


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

Give this a bit for other reviewers (it is afterall friday afternoon in the US:)), but this seems like an improvement to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105728



More information about the llvm-commits mailing list