[llvm] r341020 - [X86] Remove powerpc cpu name and features from uwtables.ll

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 23:01:01 PDT 2018


Author: ctopper
Date: Wed Aug 29 23:01:01 2018
New Revision: 341020

URL: http://llvm.org/viewvc/llvm-project?rev=341020&view=rev
Log:
[X86] Remove powerpc cpu name and features from uwtables.ll

Modified:
    llvm/trunk/test/CodeGen/X86/uwtables.ll

Modified: llvm/trunk/test/CodeGen/X86/uwtables.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/uwtables.ll?rev=341020&r1=341019&r2=341020&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/uwtables.ll (original)
+++ llvm/trunk/test/CodeGen/X86/uwtables.ll Wed Aug 29 23:01:01 2018
@@ -39,5 +39,5 @@ declare i32 @__gxx_personality_v0(...)
 declare void @__cxa_call_unexpected(i8*) local_unnamed_addr
 
 
-attributes #0 = { noreturn nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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"="ppc64le" "target-features"="+altivec,+bpermd,+crypto,+direct-move,+extdiv,+htm,+power8-vector,+vsx,-power9-vector,-qpx" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { noreturn nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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" "unsafe-fp-math"="false" "use-soft-float"="false" }
 




More information about the llvm-commits mailing list