Commit 78f59f3e by Andrew Pinski

re PR target/14063 (conditional around vec_dss() call disappears at -O2)

2004-05-11  Andrew Pinski  <pinskia@gcc.gnu.org>

        PR target/14063
        * config/rs6000/altivec.md (altivec_dssall):
        Change to unspec_volatile.
        (altivec_dss): Likewise.

From-SVN: r81694
parent 39302b6a
2004-05-11 Andrew Pinski <pinskia@gcc.gnu.org>
PR target/14063
* config/rs6000/altivec.md (altivec_dssall):
Change to unspec_volatile.
(altivec_dss): Likewise.
2004-05-10 Aldy Hernandez <aldyh@redhat.com> 2004-05-10 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/altivec.md ("one_cmplv16qi2"): Change vnot to * config/rs6000/altivec.md ("one_cmplv16qi2"): Change vnot to
......
...@@ -1823,13 +1823,13 @@ ...@@ -1823,13 +1823,13 @@
[(set_attr "type" "vecsimple")]) [(set_attr "type" "vecsimple")])
(define_insn "altivec_dssall" (define_insn "altivec_dssall"
[(unspec [(const_int 0)] 188)] [(unspec_volatile [(const_int 0)] 188)]
"TARGET_ALTIVEC" "TARGET_ALTIVEC"
"dssall" "dssall"
[(set_attr "type" "vecsimple")]) [(set_attr "type" "vecsimple")])
(define_insn "altivec_dss" (define_insn "altivec_dss"
[(unspec [(match_operand:QI 0 "immediate_operand" "i")] 189)] [(unspec_volatile [(match_operand:QI 0 "immediate_operand" "i")] 189)]
"TARGET_ALTIVEC" "TARGET_ALTIVEC"
"dss %0" "dss %0"
[(set_attr "type" "vecsimple")]) [(set_attr "type" "vecsimple")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment