This test checks attributes by looking at the attribute dump. That's both brittle and won't detect (some kinds of) attribute changes on functions.
The attribute tests are unnecessary -- delete them
Paths
| Differential D156600
[llvm][NFC] Make test less brittle ClosedPublic Authored by urnathan on Jul 29 2023, 12:22 PM.
Details
Summary This test checks attributes by looking at the attribute dump. That's both brittle and won't detect (some kinds of) attribute changes on functions. The attribute tests are unnecessary -- delete them
Diff Detail
Event TimelineComment Actions I didn't add those, and they shouldn't be there. You can just delete these check lines. Comment Actions Updated diff to check the attribute table via CHECK-DAG. This is now checking more than before. Comment Actions
Oh, wilco, and sigh, need to get phabricator to tell me I have replies :) This revision is now accepted and ready to land.Aug 7 2023, 1:42 AM This revision was landed with ongoing or failed builds.Aug 8 2023, 5:48 PM Closed by commit rGef1722497b29: [llvm] Remove unwanted attribute checking (authored by urnathan). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 548420 llvm/test/Analysis/BasicAA/cs-cs.ll
|