[all-commits] [llvm/llvm-project] a6b14b: [Attributor][NFC] Strip check lines not used while...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Apr 23 23:17:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a6b14bae0f366df93dd553e8af003c86bc4a2514
https://github.com/llvm/llvm-project/commit/a6b14bae0f366df93dd553e8af003c86bc4a2514
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M llvm/test/Transforms/Attributor/ArgumentPromotion/fp80.ll
M llvm/test/Transforms/Attributor/liveness.ll
M llvm/test/Transforms/Attributor/noalias.ll
Log Message:
-----------
[Attributor][NFC] Strip check lines not used while 3 tests are partially disable
The three tests modified by this commit have been partially disabled
(one run line is commented out). As a consequence subsequent updates
will have weird effects on the check lines. This is a commit to avoid
such effects by making the check lines match the three remaining run
lines.
More information about the All-commits
mailing list