[PATCH] D69120: [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (2/2)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 08:26:12 PST 2019


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/MSP430/shift-amount-threshold.ll:135
 define i16 @testSimplifySelectCC_1(i16 %a, i16 %b) {
-; CHECK-LABEL: testSimplifySelectCC_1:
+; CHECK-LABEL: testSiymplifySelectCC_1:
 ; CHECK:       ; %bb.0: ; %entry
----------------
Looks like the spelling fix was not updated here. You have to run the script again to regenerate the CHECK lines if you change the test source code.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69120/new/

https://reviews.llvm.org/D69120





More information about the llvm-commits mailing list