[all-commits] [llvm/llvm-project] be20ee: [ArgPromotion] Add test for volatile and atomic lo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Feb 2 00:44:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be20ee67e561506adc02cec0d68752cafb052c18
https://github.com/llvm/llvm-project/commit/be20ee67e561506adc02cec0d68752cafb052c18
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
A llvm/test/Transforms/ArgumentPromotion/volatile-atomic.ll
Log Message:
-----------
[ArgPromotion] Add test for volatile and atomic loads (NFC)
Argument promotion does handle these correctly (by not promoting
them), but there were no tests to ensure this.
More information about the All-commits
mailing list