[llvm] [SPIR-V] Add SPV_INTEL_memory_access_aliasing extension (PR #129800)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 02:27:55 PST 2025
================
@@ -148,6 +148,9 @@ void buildOpDecorate(Register Reg, MachineInstr &I, const SPIRVInstrInfo &TII,
void buildOpSpirvDecorations(Register Reg, MachineIRBuilder &MIRBuilder,
const MDNode *GVarMD);
+// void buildMemAliasingOpDecorate(Register Reg, MachineIRBuilder &MIRBuilder,
----------------
VyacheslavLevytskyy wrote:
I guess it's just an artifact of re-factoring of the PR
https://github.com/llvm/llvm-project/pull/129800
More information about the llvm-commits
mailing list