[all-commits] [llvm/llvm-project] 3ddc88: Revert "[AST] Use ModRefInfo to represent access k...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 17 09:24:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ddc88c38068449842b5ae31285d2a194f0dc4f9
https://github.com/llvm/llvm-project/commit/3ddc88c38068449842b5ae31285d2a194f0dc4f9
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/include/llvm/Analysis/AliasSetTracker.h
M llvm/lib/Analysis/AliasSetTracker.cpp
Log Message:
-----------
Revert "[AST] Use ModRefInfo to represent access kind (NFC)"
This reverts commit 2c78a9e65ccfe36d213a409592bebdd3ed8ba771.
Fails to compile on mlir-s390x-linux buildbot using GCC 9.4 with:
llvm/lib/Analysis/AliasSetTracker.cpp: In member function 'void llvm::AliasSet::mergeSetIn(llvm::AliasSet&, llvm::AliasSetTracker&, llvm::BatchAAResults&)':
llvm/lib/Analysis/AliasSetTracker.cpp:50:19: error: invalid operands of types 'unsigned char:2' and 'unsigned char:2' to binary 'operator|'
More information about the All-commits
mailing list