[llvm] r329078 - [Hexagon] Remove unneeded attributes from lit test

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 09:05:20 PDT 2018


Author: kparzysz
Date: Tue Apr  3 09:05:20 2018
New Revision: 329078

URL: http://llvm.org/viewvc/llvm-project?rev=329078&view=rev
Log:
[Hexagon] Remove unneeded attributes from lit test

Modified:
    llvm/trunk/test/CodeGen/Hexagon/brev_ld.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/brev_ld.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/brev_ld.ll?rev=329078&r1=329077&r2=329078&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/brev_ld.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/brev_ld.ll Tue Apr  3 09:05:20 2018
@@ -88,5 +88,5 @@ declare { i32, i8* } @llvm.hexagon.L2.lo
 declare { i32, i8* } @llvm.hexagon.L2.loadrb.pbr(i8*, i32) #1
 declare { i32, i8* } @llvm.hexagon.L2.loadrub.pbr(i8*, i32) #1
 
-attributes #0 = { nounwind readonly "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="-hvx-double,-long-calls" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { nounwind readonly "target-cpu"="hexagonv60" }
 attributes #1 = { nounwind readonly }




More information about the llvm-commits mailing list