[all-commits] [llvm/llvm-project] 35b4f8: InferAddressSpaces: Simplify check of volatile all...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Aug 4 22:30:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35b4f8374586e099215f1275c8d840f54b20869d
https://github.com/llvm/llvm-project/commit/35b4f8374586e099215f1275c8d840f54b20869d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
Log Message:
-----------
InferAddressSpaces: Simplify check of volatile allowed
Avoid redundant dyn_cast to instruction before chain of dyn_cast
to specific instructions.
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