[PATCH] D146164: Fix nomerge attribute not working with __builtin_trap().

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 09:16:30 PDT 2023


zequanwu updated this revision to Diff 505837.
zequanwu marked 3 inline comments as done.
zequanwu added a comment.

- Add test case for __debugbreak().
- Handle named trap instructions and add test case for it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146164

Files:
  clang/lib/CodeGen/CGExpr.cpp
  clang/test/CodeGen/attr-nomerge.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/X86/nomerge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146164.505837.patch
Type: text/x-patch
Size: 4611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/300f6dce/attachment.bin>


More information about the llvm-commits mailing list