[all-commits] [llvm/llvm-project] 657c5b: [flang][AliasAnalysis] don't crash on load from bl...

Tom Eccles via All-commits all-commits at lists.llvm.org
Mon Dec 23 00:50:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 657c5bf807e17ccab3f5b283824c7e6bb7a74707
      https://github.com/llvm/llvm-project/commit/657c5bf807e17ccab3f5b283824c7e6bb7a74707
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-12-23 (Mon, 23 Dec 2024)

  Changed paths:
    M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
    A flang/test/HLFIR/opt-variable-assign-omp.fir

  Log Message:
  -----------
  [flang][AliasAnalysis] don't crash on load from blockarg (#120760)

Values can have no defining operation when the value is a blockarg. I
wrote this as a test for hlfir bufferization rather than alias analysis
because I couldn't find a way to add the test.ptr attribute to a block
argument.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list