[all-commits] [llvm/llvm-project] 9ef6aa: Plumb AssumeInst through operand bundle apis [nfc]
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Apr 6 12:54:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ef6aa020b6fb9c7672919985b0ed2a6953a3596
https://github.com/llvm/llvm-project/commit/9ef6aa020b6fb9c7672919985b0ed2a6953a3596
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M llvm/include/llvm/Analysis/AssumeBundleQueries.h
M llvm/include/llvm/Transforms/Scalar/GVN.h
M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
M llvm/lib/Analysis/AssumeBundleQueries.cpp
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/unittests/Analysis/AssumeBundleQueriesTest.cpp
Log Message:
-----------
Plumb AssumeInst through operand bundle apis [nfc]
Follow up to a6d2a8d6f5. This covers all the public interfaces of the bundle related code. I tried to cleanup the internals where the changes were obvious, but there's definitely more room for improvement.
More information about the All-commits
mailing list