Files
clang-p2996/llvm/test/Transforms/DCE
Kevin McAfee 8c7188aa4c Update NVVM ldu/ldg intrinsics with IntrWillReturn and test for DCE (#98968)
Dead calls to these intrinsics were not being deleted at the IR level as
they were not marked `IntrWillReturn`, though they were being deleted
when building the SDAG. This fixes that and adds a test to confirm they
are deleted during `opt`
2024-07-24 23:27:55 +04:00
..