Skip to content

Commit

Permalink
Remove a bad assert check for GTF_IND_NONFAULTING on GT_HWINTRINSIC n…
Browse files Browse the repository at this point in the history
…odes
  • Loading branch information
tannergooding committed May 30, 2024
1 parent e1b8c4f commit 8f323d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7236,8 +7236,6 @@ ExceptionSetFlags GenTree::OperExceptions(Compiler* comp)

if (hwIntrinsicNode->OperIsMemoryLoadOrStore())
{
assert((gtFlags & GTF_IND_NONFAULTING) == 0);

// TODO-CQ: We should use comp->fgAddrCouldBeNull on the address operand
// to determine if this can actually produce an NRE or not

Expand Down

0 comments on commit 8f323d0

Please sign in to comment.