[all-commits] [llvm/llvm-project] ebbb9c: [SROA] Allow `llvm.launder.invariant.group` intrin...

Antonio Frighetto via All-commits all-commits at lists.llvm.org
Thu Nov 16 08:57:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebbb9cdbb32d76f7d8f203dbc22c1a52c9232576
      https://github.com/llvm/llvm-project/commit/ebbb9cdbb32d76f7d8f203dbc22c1a52c9232576
  Author: Antonio Frighetto <me at antoniofrighetto.com>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/test/Transforms/SROA/invariant-group.ll

  Log Message:
  -----------
  [SROA] Allow `llvm.launder.invariant.group` intrinsic to be splittable

Let `llvm.launder.invariant.group` intrinsic as well as instructions
operating on memory addresses, whose invariance may be broken by the
intrinsic, to be rewritten.

Fixes: https://github.com/llvm/llvm-project/issues/72035.




More information about the All-commits mailing list